Html Css Color HEX #419DF9 Dodger Blue

📋 copy color: '#419DF9'

red 65 ◦ green 157 ◦ blue 249

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

Shades of Dodger Blue #419DF9

Tints of Dodger Blue #419DF9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.33%

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

R = 13.8%
G = 33.33%
B = 52.87%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#419DF9 (or 0x419DF9) is known color: Dodger Blue. HEX triplet: 41, 9D and F9. RGB value is (65,157,249). Sum of RGB (Red+Green+Blue) = 65+157+249=471 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.80% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #419DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419DF9 is #BE6206. Grayscale: #8B8B8B. Windows color (decimal): -12476935 or 16358721. OLE color: 16358721.

HSL color Cylindrical-coordinate representation of color #419DF9: hue angle of 210º 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 #419DF9 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 157 249 -
CMYK 0.74 0.37 0 0.02
HSL 210º 0.94% 0.62% -
HSV(B) 210º 0.74% 0.98% -
XYZ 31.34 32.08 94.16 -
YUV 139.98 189.52 74.52 -
System Red Green Blue C M Y K H S L
Decimal 65 157 249 0.74 0.37 0 0.02 210 0.94 0.62
Hex 41 9D F9 4A 25 0 2 D2 5E 3E
Octal 101 235 371 112 45 0 2 322 136 76
Binary 1000001 10011101 11111001 1001010 100101 0 10 11010010 1011110 111110

Color Harmonies of #419DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419DF9

Black with #419DF9

Text Example


Text Example

White with #419DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419DF9; }

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

 H1.HeaderClassName
 {
   color: #419DF9;
 }
 .AnyTagClassName
 {
   color: #419DF9;
 }
</style>

background-color css

<style>
 a { background-color: #419DF9; }

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

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

border-color css

<style>
 span { border-color: #419DF9; }

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

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