Html Css Color HEX #2F5BCF Cerulean Blue

📋 copy color: '#2F5BCF'

red 47 ◦ green 91 ◦ blue 207

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

Shades of Cerulean Blue #2F5BCF

Tints of Cerulean Blue #2F5BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.38%

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

R = 13.62%
G = 26.38%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F5BCF (or 0x2F5BCF) is known color: Cerulean Blue. HEX triplet: 2F, 5B and CF. RGB value is (47,91,207). Sum of RGB (Red+Green+Blue) = 47+91+207=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F5BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5BCF is #D0A430. Grayscale: #5A5A5A. Windows color (decimal): -13673521 or 13589295. OLE color: 13589295.

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

Color convert

RGB 47 91 207 -
CMYK 0.77 0.56 0 0.19
HSL 223.5º 0.63% 0.5% -
HSV(B) 223.5º 0.77% 0.81% -
XYZ 16.18 12.59 60.61 -
YUV 91.07 193.42 96.57 -
System Red Green Blue C M Y K H S L
Decimal 47 91 207 0.77 0.56 0 0.19 223.5 0.63 0.5
Hex 2F 5B CF 4D 38 0 13 E0 3F 32
Octal 57 133 317 115 70 0 23 340 77 62
Binary 101111 1011011 11001111 1001101 111000 0 10011 11100000 111111 110010

Color Harmonies of #2F5BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5BCF

Black with #2F5BCF

Text Example


Text Example

White with #2F5BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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