Html Css Color HEX #205CCF Cerulean Blue

📋 copy color: '#205CCF'

red 32 ◦ green 92 ◦ blue 207

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

Shades of Cerulean Blue #205CCF

Tints of Cerulean Blue #205CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.54%

R = 9.67%
G = 27.79%
B = 62.54%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#205CCF (or 0x205CCF) is known color: Cerulean Blue. HEX triplet: 20, 5C and CF. RGB value is (32,92,207). Sum of RGB (Red+Green+Blue) = 32+92+207=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #205CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205CCF is #DFA330. Grayscale: #565656. Windows color (decimal): -14656305 or 13589536. OLE color: 13589536.

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

Color convert

RGB 32 92 207 -
CMYK 0.85 0.56 0 0.19
HSL 219.43º 0.73% 0.47% -
HSV(B) 219.43º 0.85% 0.81% -
XYZ 15.69 12.47 60.61 -
YUV 87.17 195.62 88.65 -
System Red Green Blue C M Y K H S L
Decimal 32 92 207 0.85 0.56 0 0.19 219.43 0.73 0.47
Hex 20 5C CF 55 38 0 13 DB 49 2F
Octal 40 134 317 125 70 0 23 333 111 57
Binary 100000 1011100 11001111 1010101 111000 0 10011 11011011 1001001 101111

Color Harmonies of #205CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205CCF

Black with #205CCF

Text Example


Text Example

White with #205CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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