Html Css Color HEX #204AC1 Cerulean Blue

📋 copy color: '#204AC1'

red 32 ◦ green 74 ◦ blue 193

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

Shades of Cerulean Blue #204AC1

Tints of Cerulean Blue #204AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 64.55%

R = 10.7%
G = 24.75%
B = 64.55%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#204AC1 (or 0x204AC1) is known color: Cerulean Blue. HEX triplet: 20, 4A and C1. RGB value is (32,74,193). Sum of RGB (Red+Green+Blue) = 32+74+193=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 193 (75.78% from 255 or 64.55% from 299); Max value from RGB is 193 - color contains mainly: blue. Hex color #204AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204AC1 is #DFB53E. Grayscale: #4A4A4A. Windows color (decimal): -14660927 or 12667424. OLE color: 12667424.

HSL color Cylindrical-coordinate representation of color #204AC1: hue angle of 224.35º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #204AC1 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 74 193 -
CMYK 0.83 0.62 0 0.24
HSL 224.35º 0.72% 0.44% -
HSV(B) 224.35º 0.83% 0.76% -
XYZ 12.67 9.05 51.53 -
YUV 75.01 194.59 97.32 -
System Red Green Blue C M Y K H S L
Decimal 32 74 193 0.83 0.62 0 0.24 224.35 0.72 0.44
Hex 20 4A C1 53 3E 0 18 E0 48 2C
Octal 40 112 301 123 76 0 30 340 110 54
Binary 100000 1001010 11000001 1010011 111110 0 11000 11100000 1001000 101100

Color Harmonies of #204AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204AC1

Black with #204AC1

Text Example


Text Example

White with #204AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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