Html Css Color HEX #1968EE Royal Blue

📋 copy color: '#1968EE'

red 25 ◦ green 104 ◦ blue 238

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

Shades of Royal Blue #1968EE

Tints of Royal Blue #1968EE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.34%

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

R = 6.81%
G = 28.34%
B = 64.85%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1968EE (or 0x1968EE) is known color: Royal Blue. HEX triplet: 19, 68 and EE. RGB value is (25,104,238). Sum of RGB (Red+Green+Blue) = 25+104+238=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #1968EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1968EE is #E69711. Grayscale: #5F5F5F. Windows color (decimal): -15111954 or 15624217. OLE color: 15624217.

HSL color Cylindrical-coordinate representation of color #1968EE: hue angle of 217.75º 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 #1968EE is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 104 238 -
CMYK 0.89 0.56 0 0.07
HSL 217.75º 0.86% 0.52% -
HSV(B) 217.75º 0.89% 0.93% -
XYZ 20.78 16.28 82.94 -
YUV 95.66 208.33 77.6 -
System Red Green Blue C M Y K H S L
Decimal 25 104 238 0.89 0.56 0 0.07 217.75 0.86 0.52
Hex 19 68 EE 59 38 0 7 DA 56 34
Octal 31 150 356 131 70 0 7 332 126 64
Binary 11001 1101000 11101110 1011001 111000 0 111 11011010 1010110 110100

Color Harmonies of #1968EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1968EE

Black with #1968EE

Text Example


Text Example

White with #1968EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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