Html Css Color HEX #1969EF Royal Blue

📋 copy color: '#1969EF'

red 25 ◦ green 105 ◦ blue 239

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

Shades of Royal Blue #1969EF

Tints of Royal Blue #1969EF

RGB

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

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

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

R = 6.78%
G = 28.46%
B = 64.77%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1969EF (or 0x1969EF) is known color: Royal Blue. HEX triplet: 19, 69 and EF. RGB value is (25,105,239). Sum of RGB (Red+Green+Blue) = 25+105+239=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #1969EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1969EF is #E69610. Grayscale: #5F5F5F. Windows color (decimal): -15111697 or 15690009. OLE color: 15690009.

HSL color Cylindrical-coordinate representation of color #1969EF: hue angle of 217.57º 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 #1969EF is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 105 239 -
CMYK 0.90 0.56 0 0.06
HSL 217.57º 0.87% 0.52% -
HSV(B) 217.57º 0.9% 0.94% -
XYZ 21.03 16.54 83.75 -
YUV 96.36 208.5 77.1 -
System Red Green Blue C M Y K H S L
Decimal 25 105 239 0.90 0.56 0 0.06 217.57 0.87 0.52
Hex 19 69 EF 5A 38 0 6 DA 57 34
Octal 31 151 357 132 70 0 6 332 127 64
Binary 11001 1101001 11101111 1011010 111000 0 110 11011010 1010111 110100

Color Harmonies of #1969EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1969EF

Black with #1969EF

Text Example


Text Example

White with #1969EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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