Html Css Color HEX #205CCE Cerulean Blue

📋 copy color: '#205CCE'

red 32 ◦ green 92 ◦ blue 206

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

Shades of Cerulean Blue #205CCE

Tints of Cerulean Blue #205CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.88%

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

R = 9.7%
G = 27.88%
B = 62.42%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#205CCE (or 0x205CCE) is known color: Cerulean Blue. HEX triplet: 20, 5C and CE. RGB value is (32,92,206). Sum of RGB (Red+Green+Blue) = 32+92+206=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #205CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205CCE is #DFA331. Grayscale: #565656. Windows color (decimal): -14656306 or 13524000. OLE color: 13524000.

HSL color Cylindrical-coordinate representation of color #205CCE: hue angle of 219.31º 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 #205CCE is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 92 206 -
CMYK 0.84 0.55 0 0.19
HSL 219.31º 0.73% 0.47% -
HSV(B) 219.31º 0.84% 0.81% -
XYZ 15.56 12.42 59.97 -
YUV 87.06 195.12 88.73 -
System Red Green Blue C M Y K H S L
Decimal 32 92 206 0.84 0.55 0 0.19 219.31 0.73 0.47
Hex 20 5C CE 54 37 0 13 DB 49 2F
Octal 40 134 316 124 67 0 23 333 111 57
Binary 100000 1011100 11001110 1010100 110111 0 10011 11011011 1001001 101111

Color Harmonies of #205CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205CCE

Black with #205CCE

Text Example


Text Example

White with #205CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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