Html Css Color HEX #205CEC Royal Blue

📋 copy color: '#205CEC'

red 32 ◦ green 92 ◦ blue 236

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

Shades of Royal Blue #205CEC

Tints of Royal Blue #205CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.56%

R = 8.89%
G = 25.56%
B = 65.56%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#205CEC (or 0x205CEC) is known color: Royal Blue. HEX triplet: 20, 5C and EC. RGB value is (32,92,236). Sum of RGB (Red+Green+Blue) = 32+92+236=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #205CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205CEC is #DFA313. Grayscale: #595959. Windows color (decimal): -14656276 or 15490080. OLE color: 15490080.

HSL color Cylindrical-coordinate representation of color #205CEC: hue angle of 222.35º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #205CEC is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 92 236 -
CMYK 0.86 0.61 0 0.07
HSL 222.35º 0.84% 0.53% -
HSV(B) 222.35º 0.86% 0.93% -
XYZ 19.56 14.02 81.03 -
YUV 90.48 210.12 86.29 -
System Red Green Blue C M Y K H S L
Decimal 32 92 236 0.86 0.61 0 0.07 222.35 0.84 0.53
Hex 20 5C EC 56 3D 0 7 DE 54 35
Octal 40 134 354 126 75 0 7 336 124 65
Binary 100000 1011100 11101100 1010110 111101 0 111 11011110 1010100 110101

Color Harmonies of #205CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205CEC

Black with #205CEC

Text Example


Text Example

White with #205CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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