Html Css Color HEX #418CFE Dodger Blue

📋 copy color: '#418CFE'

red 65 ◦ green 140 ◦ blue 254

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

Shades of Dodger Blue #418CFE

Tints of Dodger Blue #418CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.5%

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

R = 14.16%
G = 30.5%
B = 55.34%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#418CFE (or 0x418CFE) is known color: Dodger Blue. HEX triplet: 41, 8C and FE. RGB value is (65,140,254). Sum of RGB (Red+Green+Blue) = 65+140+254=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #418CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418CFE is #BE7301. Grayscale: #828282. Windows color (decimal): -12481282 or 16682049. OLE color: 16682049.

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

Color convert

RGB 65 140 254 -
CMYK 0.74 0.45 0 0.00
HSL 216.19º 0.99% 0.63% -
HSV(B) 216.19º 0.74% 1% -
XYZ 29.45 27.04 97.43 -
YUV 130.57 197.65 81.23 -
System Red Green Blue C M Y K H S L
Decimal 65 140 254 0.74 0.45 0 0.00 216.19 0.99 0.63
Hex 41 8C FE 4A 2D 0 0 D8 63 3F
Octal 101 214 376 112 55 0 0 330 143 77
Binary 1000001 10001100 11111110 1001010 101101 0 0 11011000 1100011 111111

Color Harmonies of #418CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418CFE

Black with #418CFE

Text Example


Text Example

White with #418CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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