Html Css Color HEX #204AC6 Cerulean Blue

📋 copy color: '#204AC6'

red 32 ◦ green 74 ◦ blue 198

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

Shades of Cerulean Blue #204AC6

Tints of Cerulean Blue #204AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 65.13%

R = 10.53%
G = 24.34%
B = 65.13%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#204AC6 (or 0x204AC6) is known color: Cerulean Blue. HEX triplet: 20, 4A and C6. RGB value is (32,74,198). Sum of RGB (Red+Green+Blue) = 32+74+198=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 198 (77.73% from 255 or 65.13% from 304); Max value from RGB is 198 - color contains mainly: blue. Hex color #204AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204AC6 is #DFB539. Grayscale: #4B4B4B. Windows color (decimal): -14660922 or 12995104. OLE color: 12995104.

HSL color Cylindrical-coordinate representation of color #204AC6: hue angle of 224.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204AC6 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 74 198 -
CMYK 0.84 0.63 0 0.22
HSL 224.82º 0.72% 0.45% -
HSV(B) 224.82º 0.84% 0.78% -
XYZ 13.24 9.28 54.52 -
YUV 75.58 197.09 96.92 -
System Red Green Blue C M Y K H S L
Decimal 32 74 198 0.84 0.63 0 0.22 224.82 0.72 0.45
Hex 20 4A C6 54 3F 0 16 E1 48 2D
Octal 40 112 306 124 77 0 26 341 110 55
Binary 100000 1001010 11000110 1010100 111111 0 10110 11100001 1001000 101101

Color Harmonies of #204AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204AC6

Black with #204AC6

Text Example


Text Example

White with #204AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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