Html Css Color HEX #204CDA Cerulean Blue

📋 copy color: '#204CDA'

red 32 ◦ green 76 ◦ blue 218

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

Shades of Cerulean Blue #204CDA

Tints of Cerulean Blue #204CDA

RGB

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

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

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

R = 9.82%
G = 23.31%
B = 66.87%

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

#204CDA (or 0x204CDA) is known color: Cerulean Blue. HEX triplet: 20, 4C and DA. RGB value is (32,76,218). Sum of RGB (Red+Green+Blue) = 32+76+218=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #204CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CDA is #DFB325. Grayscale: #4E4E4E. Windows color (decimal): -14660390 or 14306336. OLE color: 14306336.

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

Color convert

RGB 32 76 218 -
CMYK 0.85 0.65 0 0.15
HSL 225.81º 0.74% 0.49% -
HSV(B) 225.81º 0.85% 0.85% -
XYZ 15.83 10.54 67.53 -
YUV 79.03 206.42 94.45 -
System Red Green Blue C M Y K H S L
Decimal 32 76 218 0.85 0.65 0 0.15 225.81 0.74 0.49
Hex 20 4C DA 55 41 0 F E2 4A 31
Octal 40 114 332 125 101 0 17 342 112 61
Binary 100000 1001100 11011010 1010101 1000001 0 1111 11100010 1001010 110001

Color Harmonies of #204CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204CDA

Black with #204CDA

Text Example


Text Example

White with #204CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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