Html Css Color HEX #205ACE Cerulean Blue

📋 copy color: '#205ACE'

red 32 ◦ green 90 ◦ blue 206

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

Shades of Cerulean Blue #205ACE

Tints of Cerulean Blue #205ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.8%

R = 9.76%
G = 27.44%
B = 62.8%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#205ACE (or 0x205ACE) is known color: Cerulean Blue. HEX triplet: 20, 5A and CE. RGB value is (32,90,206). Sum of RGB (Red+Green+Blue) = 32+90+206=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #205ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205ACE is #DFA531. Grayscale: #555555. Windows color (decimal): -14656818 or 13523488. OLE color: 13523488.

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

Color convert

RGB 32 90 206 -
CMYK 0.84 0.56 0 0.19
HSL 220º 0.73% 0.47% -
HSV(B) 220º 0.84% 0.81% -
XYZ 15.39 12.08 59.91 -
YUV 85.88 195.78 89.57 -
System Red Green Blue C M Y K H S L
Decimal 32 90 206 0.84 0.56 0 0.19 220 0.73 0.47
Hex 20 5A CE 54 38 0 13 DC 49 2F
Octal 40 132 316 124 70 0 23 334 111 57
Binary 100000 1011010 11001110 1010100 111000 0 10011 11011100 1001001 101111

Color Harmonies of #205ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205ACE

Black with #205ACE

Text Example


Text Example

White with #205ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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