Html Css Color HEX #1967F9 Dodger Blue

📋 copy color: '#1967F9'

red 25 ◦ green 103 ◦ blue 249

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

Shades of Dodger Blue #1967F9

Tints of Dodger Blue #1967F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 66.05%

R = 6.63%
G = 27.32%
B = 66.05%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1967F9 (or 0x1967F9) is known color: Dodger Blue. HEX triplet: 19, 67 and F9. RGB value is (25,103,249). Sum of RGB (Red+Green+Blue) = 25+103+249=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #1967F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1967F9 is #E69806. Grayscale: #5F5F5F. Windows color (decimal): -15112199 or 16344857. OLE color: 16344857.

HSL color Cylindrical-coordinate representation of color #1967F9: hue angle of 219.11º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1967F9 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 103 249 -
CMYK 0.90 0.59 0 0.02
HSL 219.11º 0.95% 0.54% -
HSV(B) 219.11º 0.9% 0.98% -
XYZ 22.35 16.75 91.68 -
YUV 96.32 214.16 77.13 -
System Red Green Blue C M Y K H S L
Decimal 25 103 249 0.90 0.59 0 0.02 219.11 0.95 0.54
Hex 19 67 F9 5A 3B 0 2 DB 5F 36
Octal 31 147 371 132 73 0 2 333 137 66
Binary 11001 1100111 11111001 1011010 111011 0 10 11011011 1011111 110110

Color Harmonies of #1967F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1967F9

Black with #1967F9

Text Example


Text Example

White with #1967F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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