Html Css Color HEX #1966EE Royal Blue

📋 copy color: '#1966EE'

red 25 ◦ green 102 ◦ blue 238

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

Shades of Royal Blue #1966EE

Tints of Royal Blue #1966EE

RGB

 RED value IS 25 (10.16% from 255) = 6.85%

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

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

R = 6.85%
G = 27.95%
B = 65.21%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1966EE (or 0x1966EE) is known color: Royal Blue. HEX triplet: 19, 66 and EE. RGB value is (25,102,238). Sum of RGB (Red+Green+Blue) = 25+102+238=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #1966EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1966EE is #E69911. Grayscale: #5D5D5D. Windows color (decimal): -15112466 or 15623705. OLE color: 15623705.

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

Color convert

RGB 25 102 238 -
CMYK 0.89 0.57 0 0.07
HSL 218.31º 0.86% 0.52% -
HSV(B) 218.31º 0.89% 0.93% -
XYZ 20.58 15.88 82.87 -
YUV 94.48 208.99 78.44 -
System Red Green Blue C M Y K H S L
Decimal 25 102 238 0.89 0.57 0 0.07 218.31 0.86 0.52
Hex 19 66 EE 59 39 0 7 DA 56 34
Octal 31 146 356 131 71 0 7 332 126 64
Binary 11001 1100110 11101110 1011001 111001 0 111 11011010 1010110 110100

Color Harmonies of #1966EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1966EE

Black with #1966EE

Text Example


Text Example

White with #1966EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,102,238); }

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

background-color css

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

 a { background-color: rgb(25,102,238); }

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

border-color css

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

 span { border-color: rgb(25,102,238); }

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