Html Css Color HEX #419EFE Dodger Blue

📋 copy color: '#419EFE'

red 65 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #419EFE

Tints of Dodger Blue #419EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.12%

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 13.63%
G = 33.12%
B = 53.25%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#419EFE (or 0x419EFE) is known color: Dodger Blue. HEX triplet: 41, 9E and FE. RGB value is (65,158,254). Sum of RGB (Red+Green+Blue) = 65+158+254=477 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.63% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #419EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419EFE is #BE6101. Grayscale: #8C8C8C. Windows color (decimal): -12476674 or 16686657. OLE color: 16686657.

HSL color Cylindrical-coordinate representation of color #419EFE: hue angle of 210.48º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #419EFE is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 65 158 254 -
CMYK 0.74 0.38 0 0.00
HSL 210.48º 0.99% 0.63% -
HSV(B) 210.48º 0.74% 1% -
XYZ 32.3 32.73 98.38 -
YUV 141.14 191.69 73.69 -
System Red Green Blue C M Y K H S L
Decimal 65 158 254 0.74 0.38 0 0.00 210.48 0.99 0.63
Hex 41 9E FE 4A 26 0 0 D2 63 3F
Octal 101 236 376 112 46 0 0 322 143 77
Binary 1000001 10011110 11111110 1001010 100110 0 0 11010010 1100011 111111

Color Harmonies of #419EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419EFE

Black with #419EFE

Text Example


Text Example

White with #419EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,158,254); }

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

background-color css

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

 a { background-color: rgb(65,158,254); }

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

border-color css

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

 span { border-color: rgb(65,158,254); }

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