Html Css Color HEX #214ACB Cerulean Blue

📋 copy color: '#214ACB'

red 33 ◦ green 74 ◦ blue 203

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

Shades of Cerulean Blue #214ACB

Tints of Cerulean Blue #214ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.48%

R = 10.65%
G = 23.87%
B = 65.48%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#214ACB (or 0x214ACB) is known color: Cerulean Blue. HEX triplet: 21, 4A and CB. RGB value is (33,74,203). Sum of RGB (Red+Green+Blue) = 33+74+203=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #214ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214ACB is #DEB534. Grayscale: #4B4B4B. Windows color (decimal): -14595381 or 13322785. OLE color: 13322785.

HSL color Cylindrical-coordinate representation of color #214ACB: hue angle of 225.53º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214ACB is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 74 203 -
CMYK 0.84 0.64 0 0.20
HSL 225.53º 0.72% 0.46% -
HSV(B) 225.53º 0.84% 0.8% -
XYZ 13.86 9.53 57.61 -
YUV 76.45 199.42 97.01 -
System Red Green Blue C M Y K H S L
Decimal 33 74 203 0.84 0.64 0 0.20 225.53 0.72 0.46
Hex 21 4A CB 54 40 0 14 E2 48 2E
Octal 41 112 313 124 100 0 24 342 110 56
Binary 100001 1001010 11001011 1010100 1000000 0 10100 11100010 1001000 101110

Color Harmonies of #214ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214ACB

Black with #214ACB

Text Example


Text Example

White with #214ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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