Html Css Color HEX #1963EF Royal Blue

📋 copy color: '#1963EF'

red 25 ◦ green 99 ◦ blue 239

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

Shades of Royal Blue #1963EF

Tints of Royal Blue #1963EF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.27%

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

R = 6.89%
G = 27.27%
B = 65.84%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1963EF (or 0x1963EF) is known color: Royal Blue. HEX triplet: 19, 63 and EF. RGB value is (25,99,239). Sum of RGB (Red+Green+Blue) = 25+99+239=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #1963EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1963EF is #E69C10. Grayscale: #5C5C5C. Windows color (decimal): -15113233 or 15688473. OLE color: 15688473.

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

Color convert

RGB 25 99 239 -
CMYK 0.90 0.59 0 0.06
HSL 219.25º 0.87% 0.52% -
HSV(B) 219.25º 0.9% 0.94% -
XYZ 20.44 15.36 83.55 -
YUV 92.83 210.48 79.62 -
System Red Green Blue C M Y K H S L
Decimal 25 99 239 0.90 0.59 0 0.06 219.25 0.87 0.52
Hex 19 63 EF 5A 3B 0 6 DB 57 34
Octal 31 143 357 132 73 0 6 333 127 64
Binary 11001 1100011 11101111 1011010 111011 0 110 11011011 1010111 110100

Color Harmonies of #1963EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1963EF

Black with #1963EF

Text Example


Text Example

White with #1963EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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