Html Css Color HEX #214CCF Cerulean Blue

📋 copy color: '#214CCF'

red 33 ◦ green 76 ◦ blue 207

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

Shades of Cerulean Blue #214CCF

Tints of Cerulean Blue #214CCF

RGB

 RED value IS 33 (13.28% from 255) = 10.44%

 GREEN value IS 76 (30.08% from 255) = 24.05%

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

R = 10.44%
G = 24.05%
B = 65.51%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#214CCF (or 0x214CCF) is known color: Cerulean Blue. HEX triplet: 21, 4C and CF. RGB value is (33,76,207). Sum of RGB (Red+Green+Blue) = 33+76+207=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #214CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CCF is #DEB330. Grayscale: #4D4D4D. Windows color (decimal): -14594865 or 13585441. OLE color: 13585441.

HSL color Cylindrical-coordinate representation of color #214CCF: hue angle of 225.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214CCF is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 76 207 -
CMYK 0.84 0.63 0 0.19
HSL 225.17º 0.73% 0.47% -
HSV(B) 225.17º 0.84% 0.81% -
XYZ 14.47 10 60.2 -
YUV 78.08 200.75 95.85 -
System Red Green Blue C M Y K H S L
Decimal 33 76 207 0.84 0.63 0 0.19 225.17 0.73 0.47
Hex 21 4C CF 54 3F 0 13 E1 48 2F
Octal 41 114 317 124 77 0 23 341 110 57
Binary 100001 1001100 11001111 1010100 111111 0 10011 11100001 1001000 101111

Color Harmonies of #214CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214CCF

Black with #214CCF

Text Example


Text Example

White with #214CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214CCF; }

 p { color: rgb(33,76,207); }

 H1.HeaderClassName
 {
   color: #214CCF;
 }
 .AnyTagClassName
 {
   color: #214CCF;
 }
</style>

background-color css

<style>
 a { background-color: #214CCF; }

 a { background-color: rgb(33,76,207); }

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

border-color css

<style>
 span { border-color: #214CCF; }

 span { border-color: rgb(33,76,207); }

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