Html Css Color HEX #204CC6 Cerulean Blue

📋 copy color: '#204CC6'

red 32 ◦ green 76 ◦ blue 198

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

Shades of Cerulean Blue #204CC6

Tints of Cerulean Blue #204CC6

RGB

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

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

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

R = 10.46%
G = 24.84%
B = 64.71%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#204CC6 (or 0x204CC6) is known color: Cerulean Blue. HEX triplet: 20, 4C and C6. RGB value is (32,76,198). Sum of RGB (Red+Green+Blue) = 32+76+198=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 198 (77.73% from 255 or 64.71% from 306); Max value from RGB is 198 - color contains mainly: blue. Hex color #204CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CC6 is #DFB339. Grayscale: #4C4C4C. Windows color (decimal): -14660410 or 12995616. OLE color: 12995616.

HSL color Cylindrical-coordinate representation of color #204CC6: hue angle of 224.1º 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 #204CC6 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 76 198 -
CMYK 0.84 0.62 0 0.22
HSL 224.1º 0.72% 0.45% -
HSV(B) 224.1º 0.84% 0.78% -
XYZ 13.37 9.55 54.57 -
YUV 76.75 196.42 96.08 -
System Red Green Blue C M Y K H S L
Decimal 32 76 198 0.84 0.62 0 0.22 224.1 0.72 0.45
Hex 20 4C C6 54 3E 0 16 E0 48 2D
Octal 40 114 306 124 76 0 26 340 110 55
Binary 100000 1001100 11000110 1010100 111110 0 10110 11100000 1001000 101101

Color Harmonies of #204CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204CC6

Black with #204CC6

Text Example


Text Example

White with #204CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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