Html Css Color HEX #205ACC Cerulean Blue

📋 copy color: '#205ACC'

red 32 ◦ green 90 ◦ blue 204

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

Shades of Cerulean Blue #205ACC

Tints of Cerulean Blue #205ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

 BLUE value IS 204 (80.08% from 255) = 62.58%

R = 9.82%
G = 27.61%
B = 62.58%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#205ACC (or 0x205ACC) is known color: Cerulean Blue. HEX triplet: 20, 5A and CC. RGB value is (32,90,204). Sum of RGB (Red+Green+Blue) = 32+90+204=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #205ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205ACC is #DFA533. Grayscale: #555555. Windows color (decimal): -14656820 or 13392416. OLE color: 13392416.

HSL color Cylindrical-coordinate representation of color #205ACC: hue angle of 219.77º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205ACC is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 90 204 -
CMYK 0.84 0.56 0 0.2
HSL 219.77º 0.73% 0.46% -
HSV(B) 219.77º 0.84% 0.8% -
XYZ 15.15 11.98 58.64 -
YUV 85.65 194.78 89.73 -
System Red Green Blue C M Y K H S L
Decimal 32 90 204 0.84 0.56 0 0.2 219.77 0.73 0.46
Hex 20 5A CC 54 38 0 14 DC 49 2E
Octal 40 132 314 124 70 0 24 334 111 56
Binary 100000 1011010 11001100 1010100 111000 0 10100 11011100 1001001 101110

Color Harmonies of #205ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205ACC

Black with #205ACC

Text Example


Text Example

White with #205ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205ACC; }

 p { color: rgb(32,90,204); }

 H1.HeaderClassName
 {
   color: #205ACC;
 }
 .AnyTagClassName
 {
   color: #205ACC;
 }
</style>

background-color css

<style>
 a { background-color: #205ACC; }

 a { background-color: rgb(32,90,204); }

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

border-color css

<style>
 span { border-color: #205ACC; }

 span { border-color: rgb(32,90,204); }

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