Html Css Color HEX #418AF6 Dodger Blue

📋 copy color: '#418AF6'

red 65 ◦ green 138 ◦ blue 246

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

Shades of Dodger Blue #418AF6

Tints of Dodger Blue #418AF6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.73%

 BLUE value IS 246 (96.48% from 255) = 54.79%

R = 14.48%
G = 30.73%
B = 54.79%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#418AF6 (or 0x418AF6) is known color: Dodger Blue. HEX triplet: 41, 8A and F6. RGB value is (65,138,246). Sum of RGB (Red+Green+Blue) = 65+138+246=449 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.48% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #418AF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418AF6 is #BE7509. Grayscale: #7F7F7F. Windows color (decimal): -12481802 or 16157249. OLE color: 16157249.

HSL color Cylindrical-coordinate representation of color #418AF6: hue angle of 215.8º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #418AF6 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 138 246 -
CMYK 0.74 0.44 0 0.04
HSL 215.8º 0.91% 0.61% -
HSV(B) 215.8º 0.74% 0.96% -
XYZ 27.9 25.95 90.73 -
YUV 128.49 194.32 82.72 -
System Red Green Blue C M Y K H S L
Decimal 65 138 246 0.74 0.44 0 0.04 215.8 0.91 0.61
Hex 41 8A F6 4A 2C 0 4 D8 5B 3D
Octal 101 212 366 112 54 0 4 330 133 75
Binary 1000001 10001010 11110110 1001010 101100 0 100 11011000 1011011 111101

Color Harmonies of #418AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418AF6

Black with #418AF6

Text Example


Text Example

White with #418AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,138,246); }

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

background-color css

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

 a { background-color: rgb(65,138,246); }

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

border-color css

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

 span { border-color: rgb(65,138,246); }

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