Html Css Color HEX #214BD3 Cerulean Blue

📋 copy color: '#214BD3'

red 33 ◦ green 75 ◦ blue 211

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

Shades of Cerulean Blue #214BD3

Tints of Cerulean Blue #214BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 66.14%

R = 10.34%
G = 23.51%
B = 66.14%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#214BD3 (or 0x214BD3) is known color: Cerulean Blue. HEX triplet: 21, 4B and D3. RGB value is (33,75,211). Sum of RGB (Red+Green+Blue) = 33+75+211=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 211 (82.81% from 255 or 66.14% from 319); Max value from RGB is 211 - color contains mainly: blue. Hex color #214BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214BD3 is #DEB42C. Grayscale: #4D4D4D. Windows color (decimal): -14595117 or 13847329. OLE color: 13847329.

HSL color Cylindrical-coordinate representation of color #214BD3: hue angle of 225.84º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214BD3 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 33 75 211 -
CMYK 0.84 0.64 0 0.17
HSL 225.84º 0.73% 0.48% -
HSV(B) 225.84º 0.84% 0.83% -
XYZ 14.9 10.06 62.78 -
YUV 77.95 203.09 95.94 -
System Red Green Blue C M Y K H S L
Decimal 33 75 211 0.84 0.64 0 0.17 225.84 0.73 0.48
Hex 21 4B D3 54 40 0 11 E2 49 30
Octal 41 113 323 124 100 0 21 342 111 60
Binary 100001 1001011 11010011 1010100 1000000 0 10001 11100010 1001001 110000

Color Harmonies of #214BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214BD3

Black with #214BD3

Text Example


Text Example

White with #214BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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