Html Css Color HEX #1967F1 Royal Blue

📋 copy color: '#1967F1'

red 25 ◦ green 103 ◦ blue 241

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

Shades of Royal Blue #1967F1

Tints of Royal Blue #1967F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 65.31%

R = 6.78%
G = 27.91%
B = 65.31%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1967F1 (or 0x1967F1) is known color: Royal Blue. HEX triplet: 19, 67 and F1. RGB value is (25,103,241). Sum of RGB (Red+Green+Blue) = 25+103+241=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #1967F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1967F1 is #E6980E. Grayscale: #5E5E5E. Windows color (decimal): -15112207 or 15820569. OLE color: 15820569.

HSL color Cylindrical-coordinate representation of color #1967F1: hue angle of 218.33º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1967F1 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 103 241 -
CMYK 0.90 0.57 0 0.05
HSL 218.33º 0.89% 0.52% -
HSV(B) 218.33º 0.9% 0.95% -
XYZ 21.13 16.26 85.24 -
YUV 95.41 210.16 77.78 -
System Red Green Blue C M Y K H S L
Decimal 25 103 241 0.90 0.57 0 0.05 218.33 0.89 0.52
Hex 19 67 F1 5A 39 0 5 DA 59 34
Octal 31 147 361 132 71 0 5 332 131 64
Binary 11001 1100111 11110001 1011010 111001 0 101 11011010 1011001 110100

Color Harmonies of #1967F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1967F1

Black with #1967F1

Text Example


Text Example

White with #1967F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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