Html Css Color HEX #1964EF Royal Blue

📋 copy color: '#1964EF'

red 25 ◦ green 100 ◦ blue 239

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

Shades of Royal Blue #1964EF

Tints of Royal Blue #1964EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

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

R = 6.87%
G = 27.47%
B = 65.66%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1964EF (or 0x1964EF) is known color: Royal Blue. HEX triplet: 19, 64 and EF. RGB value is (25,100,239). Sum of RGB (Red+Green+Blue) = 25+100+239=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #1964EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1964EF is #E69B10. Grayscale: #5C5C5C. Windows color (decimal): -15112977 or 15688729. OLE color: 15688729.

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

Color convert

RGB 25 100 239 -
CMYK 0.90 0.58 0 0.06
HSL 218.97º 0.87% 0.52% -
HSV(B) 218.97º 0.9% 0.94% -
XYZ 20.54 15.55 83.58 -
YUV 93.42 210.15 79.2 -
System Red Green Blue C M Y K H S L
Decimal 25 100 239 0.90 0.58 0 0.06 218.97 0.87 0.52
Hex 19 64 EF 5A 3A 0 6 DB 57 34
Octal 31 144 357 132 72 0 6 333 127 64
Binary 11001 1100100 11101111 1011010 111010 0 110 11011011 1010111 110100

Color Harmonies of #1964EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1964EF

Black with #1964EF

Text Example


Text Example

White with #1964EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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