Html Css Color HEX #214BCE Cerulean Blue

📋 copy color: '#214BCE'

red 33 ◦ green 75 ◦ blue 206

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

Shades of Cerulean Blue #214BCE

Tints of Cerulean Blue #214BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.89%

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 10.51%
G = 23.89%
B = 65.61%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#214BCE (or 0x214BCE) is known color: Cerulean Blue. HEX triplet: 21, 4B and CE. RGB value is (33,75,206). Sum of RGB (Red+Green+Blue) = 33+75+206=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #214BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214BCE is #DEB431. Grayscale: #4C4C4C. Windows color (decimal): -14595122 or 13519649. OLE color: 13519649.

HSL color Cylindrical-coordinate representation of color #214BCE: hue angle of 225.43º degrees, saturation: 0.72, 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 #214BCE is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 75 206 -
CMYK 0.84 0.64 0 0.19
HSL 225.43º 0.72% 0.47% -
HSV(B) 225.43º 0.84% 0.81% -
XYZ 14.28 9.81 59.53 -
YUV 77.38 200.59 96.35 -
System Red Green Blue C M Y K H S L
Decimal 33 75 206 0.84 0.64 0 0.19 225.43 0.72 0.47
Hex 21 4B CE 54 40 0 13 E1 48 2F
Octal 41 113 316 124 100 0 23 341 110 57
Binary 100001 1001011 11001110 1010100 1000000 0 10011 11100001 1001000 101111

Color Harmonies of #214BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214BCE

Black with #214BCE

Text Example


Text Example

White with #214BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,75,206); }

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

background-color css

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

 a { background-color: rgb(33,75,206); }

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

border-color css

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

 span { border-color: rgb(33,75,206); }

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