Html Css Color HEX #418EFE Dodger Blue

📋 copy color: '#418EFE'

red 65 ◦ green 142 ◦ blue 254

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

Shades of Dodger Blue #418EFE

Tints of Dodger Blue #418EFE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.8%

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

R = 14.1%
G = 30.8%
B = 55.1%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#418EFE (or 0x418EFE) is known color: Dodger Blue. HEX triplet: 41, 8E and FE. RGB value is (65,142,254). Sum of RGB (Red+Green+Blue) = 65+142+254=461 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.10% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #418EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418EFE is #BE7101. Grayscale: #838383. Windows color (decimal): -12480770 or 16682561. OLE color: 16682561.

HSL color Cylindrical-coordinate representation of color #418EFE: hue angle of 215.56º 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 #418EFE is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 65 142 254 -
CMYK 0.74 0.44 0 0.00
HSL 215.56º 0.99% 0.63% -
HSV(B) 215.56º 0.74% 1% -
XYZ 29.74 27.63 97.53 -
YUV 131.75 196.99 80.39 -
System Red Green Blue C M Y K H S L
Decimal 65 142 254 0.74 0.44 0 0.00 215.56 0.99 0.63
Hex 41 8E FE 4A 2C 0 0 D8 63 3F
Octal 101 216 376 112 54 0 0 330 143 77
Binary 1000001 10001110 11111110 1001010 101100 0 0 11011000 1100011 111111

Color Harmonies of #418EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418EFE

Black with #418EFE

Text Example


Text Example

White with #418EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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