#2D7CCF

Color #2D7CCF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2D7CCF

Tints of Curious Blue #2D7CCF

Color information

#2D7CCF (or 0x2D7CCF) is unknown color: approx Curious Blue. HEX triplet: 2D, 7C and CF. RGB value is (45,124,207). Sum of RGB (Red+Green+Blue) = 45+124+207=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #2D7CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7CCF is #D28330. Grayscale: #6D6D6D. Windows color (decimal): -13796145 or 13597741. OLE color: 13597741.

HSL color Cylindrical-coordinate representation of color #2D7CCF: hue angle of 210.74º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D7CCF is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB45124207-
CMYK0.780.4000.19
HSL210.74º64.29%49.41%-
HSV(B)210.74º78.26%81.18%-
XYZ19.5519.4861.76-
YUV109.84182.8381.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 11.97%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 207 (81.25% from 255) = 55.05%
R=11.97%
G=32.98%
B=55.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal451242070.780.4000.19210.7464.2949.41
Hex2D7CCF4E28013d34031
Octal551743171165002332310061
Binary1011011111100110011111001110101000010011110100111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D7CCF; }

 p { color: rgb(45,124,207); }

 H1.HeaderClassName
 {
   color: #2D7CCF;
 }
 .AnyTagClassName
 {
   color: #2D7CCF;
 }
</style>
background-color css

<style>
 a { background-color: #2D7CCF; }

 a { background-color: rgb(45,124,207); }

 div.DivClassName
 {
   background-color: #2D7CCF;
 }
 .BgClassName
 {
   background-color: #2D7CCF;
 }
</style>
border-color css

<style>
 span { border-color: #2D7CCF; }

 span { border-color: rgb(45,124,207); }

 td.TdClassName
 {
   border-color: #2D7CCF;
 }
 .TagClassName
 {
   border-color: #2D7CCF;
 }
</style>