Html Css Color HEX #2065E5 Royal Blue

📋 copy color: '#2065E5'

red 32 ◦ green 101 ◦ blue 229

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

Shades of Royal Blue #2065E5

Tints of Royal Blue #2065E5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.9%

 BLUE value IS 229 (89.84% from 255) = 63.26%

R = 8.84%
G = 27.9%
B = 63.26%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2065E5 (or 0x2065E5) is known color: Royal Blue. HEX triplet: 20, 65 and E5. RGB value is (32,101,229). Sum of RGB (Red+Green+Blue) = 32+101+229=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 229 (89.84% from 255 or 63.26% from 362); Max value from RGB is 229 - color contains mainly: blue. Hex color #2065E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2065E5 is #DF9A1A. Grayscale: #5E5E5E. Windows color (decimal): -14653979 or 15033632. OLE color: 15033632.

HSL color Cylindrical-coordinate representation of color #2065E5: hue angle of 218.98º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2065E5 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 32 101 229 -
CMYK 0.86 0.56 0 0.10
HSL 218.98º 0.79% 0.51% -
HSV(B) 218.98º 0.86% 0.9% -
XYZ 19.39 15.27 76.05 -
YUV 94.96 203.64 83.09 -
System Red Green Blue C M Y K H S L
Decimal 32 101 229 0.86 0.56 0 0.10 218.98 0.79 0.51
Hex 20 65 E5 56 38 0 A DB 4F 33
Octal 40 145 345 126 70 0 12 333 117 63
Binary 100000 1100101 11100101 1010110 111000 0 1010 11011011 1001111 110011

Color Harmonies of #2065E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2065E5

Black with #2065E5

Text Example


Text Example

White with #2065E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2065E5; }

 p { color: rgb(32,101,229); }

 H1.HeaderClassName
 {
   color: #2065E5;
 }
 .AnyTagClassName
 {
   color: #2065E5;
 }
</style>

background-color css

<style>
 a { background-color: #2065E5; }

 a { background-color: rgb(32,101,229); }

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

border-color css

<style>
 span { border-color: #2065E5; }

 span { border-color: rgb(32,101,229); }

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