Html Css Color HEX #2065DF Royal Blue

📋 copy color: '#2065DF'

red 32 ◦ green 101 ◦ blue 223

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

Shades of Royal Blue #2065DF

Tints of Royal Blue #2065DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 8.99%
G = 28.37%
B = 62.64%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2065DF (or 0x2065DF) is known color: Royal Blue. HEX triplet: 20, 65 and DF. RGB value is (32,101,223). Sum of RGB (Red+Green+Blue) = 32+101+223=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #2065DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2065DF is #DF9A20. Grayscale: #5D5D5D. Windows color (decimal): -14653985 or 14640416. OLE color: 14640416.

HSL color Cylindrical-coordinate representation of color #2065DF: hue angle of 218.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2065DF is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 101 223 -
CMYK 0.86 0.55 0 0.13
HSL 218.32º 0.75% 0.5% -
HSV(B) 218.32º 0.86% 0.87% -
XYZ 18.57 14.94 71.72 -
YUV 94.28 200.64 83.58 -
System Red Green Blue C M Y K H S L
Decimal 32 101 223 0.86 0.55 0 0.13 218.32 0.75 0.5
Hex 20 65 DF 56 37 0 D DA 4B 32
Octal 40 145 337 126 67 0 15 332 113 62
Binary 100000 1100101 11011111 1010110 110111 0 1101 11011010 1001011 110010

Color Harmonies of #2065DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2065DF

Black with #2065DF

Text Example


Text Example

White with #2065DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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