Html Css Color HEX #214CC3 Cerulean Blue

📋 copy color: '#214CC3'

red 33 ◦ green 76 ◦ blue 195

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

Shades of Cerulean Blue #214CC3

Tints of Cerulean Blue #214CC3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25%

 BLUE value IS 195 (76.56% from 255) = 64.14%

R = 10.86%
G = 25%
B = 64.14%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#214CC3 (or 0x214CC3) is known color: Cerulean Blue. HEX triplet: 21, 4C and C3. RGB value is (33,76,195). Sum of RGB (Red+Green+Blue) = 33+76+195=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 195 (76.56% from 255 or 64.14% from 304); Max value from RGB is 195 - color contains mainly: blue. Hex color #214CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CC3 is #DEB33C. Grayscale: #4C4C4C. Windows color (decimal): -14594877 or 12799009. OLE color: 12799009.

HSL color Cylindrical-coordinate representation of color #214CC3: hue angle of 224.07º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #214CC3 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 76 195 -
CMYK 0.83 0.61 0 0.24
HSL 224.07º 0.71% 0.45% -
HSV(B) 224.07º 0.83% 0.76% -
XYZ 13.06 9.43 52.76 -
YUV 76.71 194.75 96.82 -
System Red Green Blue C M Y K H S L
Decimal 33 76 195 0.83 0.61 0 0.24 224.07 0.71 0.45
Hex 21 4C C3 53 3D 0 18 E0 47 2D
Octal 41 114 303 123 75 0 30 340 107 55
Binary 100001 1001100 11000011 1010011 111101 0 11000 11100000 1000111 101101

Color Harmonies of #214CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214CC3

Black with #214CC3

Text Example


Text Example

White with #214CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,76,195); }

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

background-color css

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

 a { background-color: rgb(33,76,195); }

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

border-color css

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

 span { border-color: rgb(33,76,195); }

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