Html Css Color HEX #2F78BC Curious Blue

📋 copy color: '#2F78BC'

red 47 ◦ green 120 ◦ blue 188

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

Shades of Curious Blue #2F78BC

Tints of Curious Blue #2F78BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.96%

R = 13.24%
G = 33.8%
B = 52.96%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F78BC (or 0x2F78BC) is known color: Curious Blue. HEX triplet: 2F, 78 and BC. RGB value is (47,120,188). Sum of RGB (Red+Green+Blue) = 47+120+188=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F78BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F78BC is #D08743. Grayscale: #696969. Windows color (decimal): -13666116 or 12351535. OLE color: 12351535.

HSL color Cylindrical-coordinate representation of color #2F78BC: hue angle of 208.94º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F78BC is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 120 188 -
CMYK 0.75 0.36 0 0.26
HSL 208.94º 0.6% 0.46% -
HSV(B) 208.94º 0.75% 0.74% -
XYZ 16.97 17.67 50.09 -
YUV 105.93 174.32 85.97 -
System Red Green Blue C M Y K H S L
Decimal 47 120 188 0.75 0.36 0 0.26 208.94 0.6 0.46
Hex 2F 78 BC 4B 24 0 1A D1 3C 2E
Octal 57 170 274 113 44 0 32 321 74 56
Binary 101111 1111000 10111100 1001011 100100 0 11010 11010001 111100 101110

Color Harmonies of #2F78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F78BC

Black with #2F78BC

Text Example


Text Example

White with #2F78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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