Html Css Color HEX #214DDA Cerulean Blue

📋 copy color: '#214DDA'

red 33 ◦ green 77 ◦ blue 218

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

Shades of Cerulean Blue #214DDA

Tints of Cerulean Blue #214DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.48%

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

R = 10.06%
G = 23.48%
B = 66.46%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#214DDA (or 0x214DDA) is known color: Cerulean Blue. HEX triplet: 21, 4D and DA. RGB value is (33,77,218). Sum of RGB (Red+Green+Blue) = 33+77+218=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #214DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DDA is #DEB225. Grayscale: #4F4F4F. Windows color (decimal): -14594598 or 14306593. OLE color: 14306593.

HSL color Cylindrical-coordinate representation of color #214DDA: hue angle of 225.73º 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 #214DDA is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 77 218 -
CMYK 0.85 0.65 0 0.15
HSL 225.73º 0.74% 0.49% -
HSV(B) 225.73º 0.85% 0.85% -
XYZ 15.94 10.69 67.55 -
YUV 79.92 205.92 94.54 -
System Red Green Blue C M Y K H S L
Decimal 33 77 218 0.85 0.65 0 0.15 225.73 0.74 0.49
Hex 21 4D DA 55 41 0 F E2 4A 31
Octal 41 115 332 125 101 0 17 342 112 61
Binary 100001 1001101 11011010 1010101 1000001 0 1111 11100010 1001010 110001

Color Harmonies of #214DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DDA

Black with #214DDA

Text Example


Text Example

White with #214DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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