Html Css Color HEX #214AD1 Cerulean Blue

📋 copy color: '#214AD1'

red 33 ◦ green 74 ◦ blue 209

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

Shades of Cerulean Blue #214AD1

Tints of Cerulean Blue #214AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 66.14%

R = 10.44%
G = 23.42%
B = 66.14%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#214AD1 (or 0x214AD1) is known color: Cerulean Blue. HEX triplet: 21, 4A and D1. RGB value is (33,74,209). Sum of RGB (Red+Green+Blue) = 33+74+209=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 209 (82.03% from 255 or 66.14% from 316); Max value from RGB is 209 - color contains mainly: blue. Hex color #214AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214AD1 is #DEB52E. Grayscale: #4C4C4C. Windows color (decimal): -14595375 or 13716001. OLE color: 13716001.

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

Color convert

RGB 33 74 209 -
CMYK 0.84 0.65 0 0.18
HSL 226.02º 0.73% 0.47% -
HSV(B) 226.02º 0.84% 0.82% -
XYZ 14.58 9.82 61.45 -
YUV 77.13 202.42 96.52 -
System Red Green Blue C M Y K H S L
Decimal 33 74 209 0.84 0.65 0 0.18 226.02 0.73 0.47
Hex 21 4A D1 54 41 0 12 E2 49 2F
Octal 41 112 321 124 101 0 22 342 111 57
Binary 100001 1001010 11010001 1010100 1000001 0 10010 11100010 1001001 101111

Color Harmonies of #214AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214AD1

Black with #214AD1

Text Example


Text Example

White with #214AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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