Html Css Color HEX #205CDA Cerulean Blue

📋 copy color: '#205CDA'

red 32 ◦ green 92 ◦ blue 218

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

Shades of Cerulean Blue #205CDA

Tints of Cerulean Blue #205CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.74%

R = 9.36%
G = 26.9%
B = 63.74%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#205CDA (or 0x205CDA) is known color: Cerulean Blue. HEX triplet: 20, 5C and DA. RGB value is (32,92,218). Sum of RGB (Red+Green+Blue) = 32+92+218=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #205CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205CDA is #DFA325. Grayscale: #575757. Windows color (decimal): -14656294 or 14310432. OLE color: 14310432.

HSL color Cylindrical-coordinate representation of color #205CDA: hue angle of 220.65º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #205CDA is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 92 218 -
CMYK 0.85 0.58 0 0.15
HSL 220.65º 0.74% 0.49% -
HSV(B) 220.65º 0.85% 0.85% -
XYZ 17.08 13.02 67.94 -
YUV 88.42 201.12 87.75 -
System Red Green Blue C M Y K H S L
Decimal 32 92 218 0.85 0.58 0 0.15 220.65 0.74 0.49
Hex 20 5C DA 55 3A 0 F DD 4A 31
Octal 40 134 332 125 72 0 17 335 112 61
Binary 100000 1011100 11011010 1010101 111010 0 1111 11011101 1001010 110001

Color Harmonies of #205CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205CDA

Black with #205CDA

Text Example


Text Example

White with #205CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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