Html Css Color HEX #2069EE Royal Blue

📋 copy color: '#2069EE'

red 32 ◦ green 105 ◦ blue 238

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

Shades of Royal Blue #2069EE

Tints of Royal Blue #2069EE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28%

 BLUE value IS 238 (93.36% from 255) = 63.47%

R = 8.53%
G = 28%
B = 63.47%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2069EE (or 0x2069EE) is known color: Royal Blue. HEX triplet: 20, 69 and EE. RGB value is (32,105,238). Sum of RGB (Red+Green+Blue) = 32+105+238=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #2069EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2069EE is #DF9611. Grayscale: #616161. Windows color (decimal): -14652946 or 15624480. OLE color: 15624480.

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

Color convert

RGB 32 105 238 -
CMYK 0.87 0.56 0 0.07
HSL 218.74º 0.86% 0.53% -
HSV(B) 218.74º 0.87% 0.93% -
XYZ 21.08 16.58 82.98 -
YUV 98.34 206.82 80.69 -
System Red Green Blue C M Y K H S L
Decimal 32 105 238 0.87 0.56 0 0.07 218.74 0.86 0.53
Hex 20 69 EE 57 38 0 7 DB 56 35
Octal 40 151 356 127 70 0 7 333 126 65
Binary 100000 1101001 11101110 1010111 111000 0 111 11011011 1010110 110101

Color Harmonies of #2069EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2069EE

Black with #2069EE

Text Example


Text Example

White with #2069EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2069EE; }

 p { color: rgb(32,105,238); }

 H1.HeaderClassName
 {
   color: #2069EE;
 }
 .AnyTagClassName
 {
   color: #2069EE;
 }
</style>

background-color css

<style>
 a { background-color: #2069EE; }

 a { background-color: rgb(32,105,238); }

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

border-color css

<style>
 span { border-color: #2069EE; }

 span { border-color: rgb(32,105,238); }

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