Html Css Color HEX #205BCE Cerulean Blue

📋 copy color: '#205BCE'

red 32 ◦ green 91 ◦ blue 206

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

Shades of Cerulean Blue #205BCE

Tints of Cerulean Blue #205BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

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

R = 9.73%
G = 27.66%
B = 62.61%

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

#205BCE (or 0x205BCE) is known color: Cerulean Blue. HEX triplet: 20, 5B and CE. RGB value is (32,91,206). Sum of RGB (Red+Green+Blue) = 32+91+206=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #205BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BCE is #DFA431. Grayscale: #555555. Windows color (decimal): -14656562 or 13523744. OLE color: 13523744.

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

Color convert

RGB 32 91 206 -
CMYK 0.84 0.56 0 0.19
HSL 219.66º 0.73% 0.47% -
HSV(B) 219.66º 0.84% 0.81% -
XYZ 15.48 12.25 59.94 -
YUV 86.47 195.45 89.15 -
System Red Green Blue C M Y K H S L
Decimal 32 91 206 0.84 0.56 0 0.19 219.66 0.73 0.47
Hex 20 5B CE 54 38 0 13 DC 49 2F
Octal 40 133 316 124 70 0 23 334 111 57
Binary 100000 1011011 11001110 1010100 111000 0 10011 11011100 1001001 101111

Color Harmonies of #205BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BCE

Black with #205BCE

Text Example


Text Example

White with #205BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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