Html Css Color HEX #205CEA Royal Blue

📋 copy color: '#205CEA'

red 32 ◦ green 92 ◦ blue 234

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

Shades of Royal Blue #205CEA

Tints of Royal Blue #205CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.36%

R = 8.94%
G = 25.7%
B = 65.36%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#205CEA (or 0x205CEA) is known color: Royal Blue. HEX triplet: 20, 5C and EA. RGB value is (32,92,234). Sum of RGB (Red+Green+Blue) = 32+92+234=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #205CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205CEA is #DFA315. Grayscale: #595959. Windows color (decimal): -14656278 or 15359008. OLE color: 15359008.

HSL color Cylindrical-coordinate representation of color #205CEA: hue angle of 222.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #205CEA is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 92 234 -
CMYK 0.86 0.61 0 0.08
HSL 222.18º 0.83% 0.52% -
HSV(B) 222.18º 0.86% 0.92% -
XYZ 19.27 13.9 79.51 -
YUV 90.25 209.12 86.45 -
System Red Green Blue C M Y K H S L
Decimal 32 92 234 0.86 0.61 0 0.08 222.18 0.83 0.52
Hex 20 5C EA 56 3D 0 8 DE 53 34
Octal 40 134 352 126 75 0 10 336 123 64
Binary 100000 1011100 11101010 1010110 111101 0 1000 11011110 1010011 110100

Color Harmonies of #205CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205CEA

Black with #205CEA

Text Example


Text Example

White with #205CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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