Html Css Color HEX #214CE5 Cerulean Blue

📋 copy color: '#214CE5'

red 33 ◦ green 76 ◦ blue 229

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

Shades of Cerulean Blue #214CE5

Tints of Cerulean Blue #214CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 67.75%

R = 9.76%
G = 22.49%
B = 67.75%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#214CE5 (or 0x214CE5) is known color: Cerulean Blue. HEX triplet: 21, 4C and E5. RGB value is (33,76,229). Sum of RGB (Red+Green+Blue) = 33+76+229=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 229 (89.84% from 255 or 67.75% from 338); Max value from RGB is 229 - color contains mainly: blue. Hex color #214CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CE5 is #DEB31A. Grayscale: #4F4F4F. Windows color (decimal): -14594843 or 15027233. OLE color: 15027233.

HSL color Cylindrical-coordinate representation of color #214CE5: hue angle of 226.84º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214CE5 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 76 229 -
CMYK 0.86 0.67 0 0.10
HSL 226.84º 0.79% 0.51% -
HSV(B) 226.84º 0.86% 0.9% -
XYZ 17.35 11.15 75.37 -
YUV 80.59 211.75 94.06 -
System Red Green Blue C M Y K H S L
Decimal 33 76 229 0.86 0.67 0 0.10 226.84 0.79 0.51
Hex 21 4C E5 56 43 0 A E3 4F 33
Octal 41 114 345 126 103 0 12 343 117 63
Binary 100001 1001100 11100101 1010110 1000011 0 1010 11100011 1001111 110011

Color Harmonies of #214CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214CE5

Black with #214CE5

Text Example


Text Example

White with #214CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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