Html Css Color HEX #4191F9 Dodger Blue

📋 copy color: '#4191F9'

red 65 ◦ green 145 ◦ blue 249

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

Shades of Dodger Blue #4191F9

Tints of Dodger Blue #4191F9

RGB

 RED value IS 65 (25.78% from 255) = 14.16%

 GREEN value IS 145 (57.03% from 255) = 31.59%

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

R = 14.16%
G = 31.59%
B = 54.25%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4191F9 (or 0x4191F9) is known color: Dodger Blue. HEX triplet: 41, 91 and F9. RGB value is (65,145,249). Sum of RGB (Red+Green+Blue) = 65+145+249=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #4191F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4191F9 is #BE6E06. Grayscale: #848484. Windows color (decimal): -12480007 or 16355649. OLE color: 16355649.

HSL color Cylindrical-coordinate representation of color #4191F9: hue angle of 213.91º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4191F9 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 145 249 -
CMYK 0.74 0.42 0 0.02
HSL 213.91º 0.94% 0.62% -
HSV(B) 213.91º 0.74% 0.98% -
XYZ 29.4 28.21 93.52 -
YUV 132.94 193.5 79.54 -
System Red Green Blue C M Y K H S L
Decimal 65 145 249 0.74 0.42 0 0.02 213.91 0.94 0.62
Hex 41 91 F9 4A 2A 0 2 D6 5E 3E
Octal 101 221 371 112 52 0 2 326 136 76
Binary 1000001 10010001 11111001 1001010 101010 0 10 11010110 1011110 111110

Color Harmonies of #4191F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4191F9

Black with #4191F9

Text Example


Text Example

White with #4191F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,145,249); }

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

background-color css

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

 a { background-color: rgb(65,145,249); }

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

border-color css

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

 span { border-color: rgb(65,145,249); }

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