Html Css Color HEX #2F78CE Curious Blue

📋 copy color: '#2F78CE'

red 47 ◦ green 120 ◦ blue 206

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

Shades of Curious Blue #2F78CE

Tints of Curious Blue #2F78CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.17%

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 12.6%
G = 32.17%
B = 55.23%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F78CE (or 0x2F78CE) is known color: Curious Blue. HEX triplet: 2F, 78 and CE. RGB value is (47,120,206). Sum of RGB (Red+Green+Blue) = 47+120+206=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F78CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F78CE is #D08731. Grayscale: #6B6B6B. Windows color (decimal): -13666098 or 13531183. OLE color: 13531183.

HSL color Cylindrical-coordinate representation of color #2F78CE: hue angle of 212.45º 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 #2F78CE is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 120 206 -
CMYK 0.77 0.42 0 0.19
HSL 212.45º 0.63% 0.5% -
HSV(B) 212.45º 0.77% 0.81% -
XYZ 19.03 18.49 60.96 -
YUV 107.98 183.32 84.51 -
System Red Green Blue C M Y K H S L
Decimal 47 120 206 0.77 0.42 0 0.19 212.45 0.63 0.5
Hex 2F 78 CE 4D 2A 0 13 D4 3F 32
Octal 57 170 316 115 52 0 23 324 77 62
Binary 101111 1111000 11001110 1001101 101010 0 10011 11010100 111111 110010

Color Harmonies of #2F78CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F78CE

Black with #2F78CE

Text Example


Text Example

White with #2F78CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,120,206); }

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

background-color css

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

 a { background-color: rgb(47,120,206); }

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

border-color css

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

 span { border-color: rgb(47,120,206); }

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