Html Css Color HEX #419CF8 Dodger Blue

📋 copy color: '#419CF8'

red 65 ◦ green 156 ◦ blue 248

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

Shades of Dodger Blue #419CF8

Tints of Dodger Blue #419CF8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.26%

 BLUE value IS 248 (97.27% from 255) = 52.88%

R = 13.86%
G = 33.26%
B = 52.88%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#419CF8 (or 0x419CF8) is known color: Dodger Blue. HEX triplet: 41, 9C and F8. RGB value is (65,156,248). Sum of RGB (Red+Green+Blue) = 65+156+248=469 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.86% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #419CF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419CF8 is #BE6307. Grayscale: #8A8A8A. Windows color (decimal): -12477192 or 16292929. OLE color: 16292929.

HSL color Cylindrical-coordinate representation of color #419CF8: hue angle of 210.16º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #419CF8 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 65 156 248 -
CMYK 0.74 0.37 0 0.03
HSL 210.16º 0.93% 0.61% -
HSV(B) 210.16º 0.74% 0.97% -
XYZ 31.01 31.68 93.29 -
YUV 139.28 189.35 75.02 -
System Red Green Blue C M Y K H S L
Decimal 65 156 248 0.74 0.37 0 0.03 210.16 0.93 0.61
Hex 41 9C F8 4A 25 0 3 D2 5D 3D
Octal 101 234 370 112 45 0 3 322 135 75
Binary 1000001 10011100 11111000 1001010 100101 0 11 11010010 1011101 111101

Color Harmonies of #419CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CF8

Black with #419CF8

Text Example


Text Example

White with #419CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,156,248); }

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

background-color css

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

 a { background-color: rgb(65,156,248); }

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

border-color css

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

 span { border-color: rgb(65,156,248); }

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