Html Css Color HEX #2F5DCB Cerulean Blue

📋 copy color: '#2F5DCB'

red 47 ◦ green 93 ◦ blue 203

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

Shades of Cerulean Blue #2F5DCB

Tints of Cerulean Blue #2F5DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.11%

 BLUE value IS 203 (79.69% from 255) = 59.18%

R = 13.7%
G = 27.11%
B = 59.18%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F5DCB (or 0x2F5DCB) is known color: Cerulean Blue. HEX triplet: 2F, 5D and CB. RGB value is (47,93,203). Sum of RGB (Red+Green+Blue) = 47+93+203=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F5DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5DCB is #D0A234. Grayscale: #5B5B5B. Windows color (decimal): -13673013 or 13327663. OLE color: 13327663.

HSL color Cylindrical-coordinate representation of color #2F5DCB: hue angle of 222.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F5DCB is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 93 203 -
CMYK 0.77 0.54 0 0.20
HSL 222.31º 0.62% 0.49% -
HSV(B) 222.31º 0.77% 0.8% -
XYZ 15.87 12.74 58.12 -
YUV 91.79 190.76 96.06 -
System Red Green Blue C M Y K H S L
Decimal 47 93 203 0.77 0.54 0 0.20 222.31 0.62 0.49
Hex 2F 5D CB 4D 36 0 14 DE 3E 31
Octal 57 135 313 115 66 0 24 336 76 61
Binary 101111 1011101 11001011 1001101 110110 0 10100 11011110 111110 110001

Color Harmonies of #2F5DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5DCB

Black with #2F5DCB

Text Example


Text Example

White with #2F5DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,93,203); }

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

background-color css

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

 a { background-color: rgb(47,93,203); }

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

border-color css

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

 span { border-color: rgb(47,93,203); }

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