Html Css Color HEX #2F7ECF Curious Blue

📋 copy color: '#2F7ECF'

red 47 ◦ green 126 ◦ blue 207

#2F7ECF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #2F7ECF

Tints of Curious Blue #2F7ECF

RGB

 RED value IS 47 (18.75% from 255) = 12.37%

 GREEN value IS 126 (49.61% from 255) = 33.16%

 BLUE value IS 207 (81.25% from 255) = 54.47%

R = 12.37%
G = 33.16%
B = 54.47%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F7ECF (or 0x2F7ECF) is known color: Curious Blue. HEX triplet: 2F, 7E and CF. RGB value is (47,126,207). Sum of RGB (Red+Green+Blue) = 47+126+207=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F7ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7ECF is #D08130. Grayscale: #6F6F6F. Windows color (decimal): -13664561 or 13598255. OLE color: 13598255.

HSL color Cylindrical-coordinate representation of color #2F7ECF: hue angle of 210.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F7ECF is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 126 207 -
CMYK 0.77 0.39 0 0.19
HSL 210.38º 0.63% 0.5% -
HSV(B) 210.38º 0.77% 0.81% -
XYZ 19.9 20.03 61.85 -
YUV 111.61 181.83 81.91 -
System Red Green Blue C M Y K H S L
Decimal 47 126 207 0.77 0.39 0 0.19 210.38 0.63 0.5
Hex 2F 7E CF 4D 27 0 13 D2 3F 32
Octal 57 176 317 115 47 0 23 322 77 62
Binary 101111 1111110 11001111 1001101 100111 0 10011 11010010 111111 110010

Color Harmonies of #2F7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7ECF

Black with #2F7ECF

Text Example


Text Example

White with #2F7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,126,207); }

 H1.HeaderClassName
 {
   color: #2F7ECF;
 }
 .AnyTagClassName
 {
   color: #2F7ECF;
 }
</style>

background-color css

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

 a { background-color: rgb(47,126,207); }

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

border-color css

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

 span { border-color: rgb(47,126,207); }

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