Html Css Color HEX #1967F0 Royal Blue

📋 copy color: '#1967F0'

red 25 ◦ green 103 ◦ blue 240

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

Shades of Royal Blue #1967F0

Tints of Royal Blue #1967F0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.99%

 BLUE value IS 240 (94.14% from 255) = 65.22%

R = 6.79%
G = 27.99%
B = 65.22%

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

#1967F0 (or 0x1967F0) is known color: Royal Blue. HEX triplet: 19, 67 and F0. RGB value is (25,103,240). Sum of RGB (Red+Green+Blue) = 25+103+240=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 240 (94.14% from 255 or 65.22% from 368); Max value from RGB is 240 - color contains mainly: blue. Hex color #1967F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1967F0 is #E6980F. Grayscale: #5E5E5E. Windows color (decimal): -15112208 or 15755033. OLE color: 15755033.

HSL color Cylindrical-coordinate representation of color #1967F0: hue angle of 218.23º degrees, saturation: 0.88, 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 #1967F0 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 103 240 -
CMYK 0.90 0.57 0 0.06
HSL 218.23º 0.88% 0.52% -
HSV(B) 218.23º 0.9% 0.94% -
XYZ 20.98 16.2 84.46 -
YUV 95.3 209.66 77.86 -
System Red Green Blue C M Y K H S L
Decimal 25 103 240 0.90 0.57 0 0.06 218.23 0.88 0.52
Hex 19 67 F0 5A 39 0 6 DA 58 34
Octal 31 147 360 132 71 0 6 332 130 64
Binary 11001 1100111 11110000 1011010 111001 0 110 11011010 1011000 110100

Color Harmonies of #1967F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1967F0

Black with #1967F0

Text Example


Text Example

White with #1967F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1967F0; }

 p { color: rgb(25,103,240); }

 H1.HeaderClassName
 {
   color: #1967F0;
 }
 .AnyTagClassName
 {
   color: #1967F0;
 }
</style>

background-color css

<style>
 a { background-color: #1967F0; }

 a { background-color: rgb(25,103,240); }

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

border-color css

<style>
 span { border-color: #1967F0; }

 span { border-color: rgb(25,103,240); }

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