Html Css Color HEX #2066EA Royal Blue

📋 copy color: '#2066EA'

red 32 ◦ green 102 ◦ blue 234

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

Shades of Royal Blue #2066EA

Tints of Royal Blue #2066EA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.72%

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

R = 8.7%
G = 27.72%
B = 63.59%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2066EA (or 0x2066EA) is known color: Royal Blue. HEX triplet: 20, 66 and EA. RGB value is (32,102,234). Sum of RGB (Red+Green+Blue) = 32+102+234=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #2066EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2066EA is #DF9915. Grayscale: #5F5F5F. Windows color (decimal): -14653718 or 15361568. OLE color: 15361568.

HSL color Cylindrical-coordinate representation of color #2066EA: hue angle of 219.21º 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 #2066EA is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 102 234 -
CMYK 0.86 0.56 0 0.08
HSL 219.21º 0.83% 0.52% -
HSV(B) 219.21º 0.86% 0.92% -
XYZ 20.2 15.75 79.82 -
YUV 96.12 205.81 82.27 -
System Red Green Blue C M Y K H S L
Decimal 32 102 234 0.86 0.56 0 0.08 219.21 0.83 0.52
Hex 20 66 EA 56 38 0 8 DB 53 34
Octal 40 146 352 126 70 0 10 333 123 64
Binary 100000 1100110 11101010 1010110 111000 0 1000 11011011 1010011 110100

Color Harmonies of #2066EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2066EA

Black with #2066EA

Text Example


Text Example

White with #2066EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2066EA; }

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

 H1.HeaderClassName
 {
   color: #2066EA;
 }
 .AnyTagClassName
 {
   color: #2066EA;
 }
</style>

background-color css

<style>
 a { background-color: #2066EA; }

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

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

border-color css

<style>
 span { border-color: #2066EA; }

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

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