Html Css Color HEX #204ADA Cerulean Blue

📋 copy color: '#204ADA'

red 32 ◦ green 74 ◦ blue 218

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

Shades of Cerulean Blue #204ADA

Tints of Cerulean Blue #204ADA

RGB

 RED value IS 32 (12.89% from 255) = 9.88%

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

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

R = 9.88%
G = 22.84%
B = 67.28%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#204ADA (or 0x204ADA) is known color: Cerulean Blue. HEX triplet: 20, 4A and DA. RGB value is (32,74,218). Sum of RGB (Red+Green+Blue) = 32+74+218=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #204ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204ADA is #DFB525. Grayscale: #4D4D4D. Windows color (decimal): -14660902 or 14305824. OLE color: 14305824.

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

Color convert

RGB 32 74 218 -
CMYK 0.85 0.66 0 0.15
HSL 226.45º 0.74% 0.49% -
HSV(B) 226.45º 0.85% 0.85% -
XYZ 15.7 10.27 67.48 -
YUV 77.86 207.09 95.29 -
System Red Green Blue C M Y K H S L
Decimal 32 74 218 0.85 0.66 0 0.15 226.45 0.74 0.49
Hex 20 4A DA 55 42 0 F E2 4A 31
Octal 40 112 332 125 102 0 17 342 112 61
Binary 100000 1001010 11011010 1010101 1000010 0 1111 11100010 1001010 110001

Color Harmonies of #204ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204ADA

Black with #204ADA

Text Example


Text Example

White with #204ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204ADA; }

 p { color: rgb(32,74,218); }

 H1.HeaderClassName
 {
   color: #204ADA;
 }
 .AnyTagClassName
 {
   color: #204ADA;
 }
</style>

background-color css

<style>
 a { background-color: #204ADA; }

 a { background-color: rgb(32,74,218); }

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

border-color css

<style>
 span { border-color: #204ADA; }

 span { border-color: rgb(32,74,218); }

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