Html Css Color HEX #214ADA Cerulean Blue

📋 copy color: '#214ADA'

red 33 ◦ green 74 ◦ blue 218

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

Shades of Cerulean Blue #214ADA

Tints of Cerulean Blue #214ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.77%

 BLUE value IS 218 (85.55% from 255) = 67.08%

R = 10.15%
G = 22.77%
B = 67.08%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#214ADA (or 0x214ADA) is known color: Cerulean Blue. HEX triplet: 21, 4A and DA. RGB value is (33,74,218). Sum of RGB (Red+Green+Blue) = 33+74+218=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #214ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214ADA is #DEB525. Grayscale: #4D4D4D. Windows color (decimal): -14595366 or 14305825. OLE color: 14305825.

HSL color Cylindrical-coordinate representation of color #214ADA: hue angle of 226.7º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214ADA is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 74 218 -
CMYK 0.85 0.66 0 0.15
HSL 226.7º 0.74% 0.49% -
HSV(B) 226.7º 0.85% 0.85% -
XYZ 15.73 10.28 67.49 -
YUV 78.16 206.92 95.79 -
System Red Green Blue C M Y K H S L
Decimal 33 74 218 0.85 0.66 0 0.15 226.7 0.74 0.49
Hex 21 4A DA 55 42 0 F E3 4A 31
Octal 41 112 332 125 102 0 17 343 112 61
Binary 100001 1001010 11011010 1010101 1000010 0 1111 11100011 1001010 110001

Color Harmonies of #214ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214ADA

Black with #214ADA

Text Example


Text Example

White with #214ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,74,218); }

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

background-color css

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

 a { background-color: rgb(33,74,218); }

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

border-color css

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

 span { border-color: rgb(33,74,218); }

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