Html Css Color HEX #418BFE Dodger Blue

📋 copy color: '#418BFE'

red 65 ◦ green 139 ◦ blue 254

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

Shades of Dodger Blue #418BFE

Tints of Dodger Blue #418BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.35%

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

R = 14.19%
G = 30.35%
B = 55.46%

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

#418BFE (or 0x418BFE) is known color: Dodger Blue. HEX triplet: 41, 8B and FE. RGB value is (65,139,254). Sum of RGB (Red+Green+Blue) = 65+139+254=458 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.19% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #418BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418BFE is #BE7401. Grayscale: #818181. Windows color (decimal): -12481538 or 16681793. OLE color: 16681793.

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

Color convert

RGB 65 139 254 -
CMYK 0.74 0.45 0 0.00
HSL 216.51º 0.99% 0.63% -
HSV(B) 216.51º 0.74% 1% -
XYZ 29.3 26.74 97.38 -
YUV 129.98 197.98 81.65 -
System Red Green Blue C M Y K H S L
Decimal 65 139 254 0.74 0.45 0 0.00 216.51 0.99 0.63
Hex 41 8B FE 4A 2D 0 0 D9 63 3F
Octal 101 213 376 112 55 0 0 331 143 77
Binary 1000001 10001011 11111110 1001010 101101 0 0 11011001 1100011 111111

Color Harmonies of #418BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418BFE

Black with #418BFE

Text Example


Text Example

White with #418BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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