Html Css Color HEX #2F78BD Curious Blue

📋 copy color: '#2F78BD'

red 47 ◦ green 120 ◦ blue 189

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

Shades of Curious Blue #2F78BD

Tints of Curious Blue #2F78BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 13.2%
G = 33.71%
B = 53.09%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F78BD (or 0x2F78BD) is known color: Curious Blue. HEX triplet: 2F, 78 and BD. RGB value is (47,120,189). Sum of RGB (Red+Green+Blue) = 47+120+189=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F78BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F78BD is #D08742. Grayscale: #696969. Windows color (decimal): -13666115 or 12417071. OLE color: 12417071.

HSL color Cylindrical-coordinate representation of color #2F78BD: hue angle of 209.15º 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 #2F78BD is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 120 189 -
CMYK 0.75 0.37 0 0.26
HSL 209.15º 0.6% 0.46% -
HSV(B) 209.15º 0.75% 0.74% -
XYZ 17.07 17.71 50.66 -
YUV 106.04 174.82 85.89 -
System Red Green Blue C M Y K H S L
Decimal 47 120 189 0.75 0.37 0 0.26 209.15 0.6 0.46
Hex 2F 78 BD 4B 25 0 1A D1 3C 2E
Octal 57 170 275 113 45 0 32 321 74 56
Binary 101111 1111000 10111101 1001011 100101 0 11010 11010001 111100 101110

Color Harmonies of #2F78BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F78BD

Black with #2F78BD

Text Example


Text Example

White with #2F78BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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