Html Css Color HEX #1966EF Royal Blue

📋 copy color: '#1966EF'

red 25 ◦ green 102 ◦ blue 239

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

Shades of Royal Blue #1966EF

Tints of Royal Blue #1966EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.3%

R = 6.83%
G = 27.87%
B = 65.3%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1966EF (or 0x1966EF) is known color: Royal Blue. HEX triplet: 19, 66 and EF. RGB value is (25,102,239). Sum of RGB (Red+Green+Blue) = 25+102+239=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #1966EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1966EF is #E69910. Grayscale: #5D5D5D. Windows color (decimal): -15112465 or 15689241. OLE color: 15689241.

HSL color Cylindrical-coordinate representation of color #1966EF: hue angle of 218.41º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1966EF is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 102 239 -
CMYK 0.90 0.57 0 0.06
HSL 218.41º 0.87% 0.52% -
HSV(B) 218.41º 0.9% 0.94% -
XYZ 20.73 15.94 83.65 -
YUV 94.6 209.49 78.36 -
System Red Green Blue C M Y K H S L
Decimal 25 102 239 0.90 0.57 0 0.06 218.41 0.87 0.52
Hex 19 66 EF 5A 39 0 6 DA 57 34
Octal 31 146 357 132 71 0 6 332 127 64
Binary 11001 1100110 11101111 1011010 111001 0 110 11011010 1010111 110100

Color Harmonies of #1966EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1966EF

Black with #1966EF

Text Example


Text Example

White with #1966EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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