Html Css Color HEX #418FF8 Dodger Blue

📋 copy color: '#418FF8'

red 65 ◦ green 143 ◦ blue 248

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

Shades of Dodger Blue #418FF8

Tints of Dodger Blue #418FF8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.36%

 BLUE value IS 248 (97.27% from 255) = 54.39%

R = 14.25%
G = 31.36%
B = 54.39%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#418FF8 (or 0x418FF8) is known color: Dodger Blue. HEX triplet: 41, 8F and F8. RGB value is (65,143,248). Sum of RGB (Red+Green+Blue) = 65+143+248=456 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.25% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #418FF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418FF8 is #BE7007. Grayscale: #838383. Windows color (decimal): -12480520 or 16289601. OLE color: 16289601.

HSL color Cylindrical-coordinate representation of color #418FF8: hue angle of 214.43º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #418FF8 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 65 143 248 -
CMYK 0.74 0.42 0 0.03
HSL 214.43º 0.93% 0.61% -
HSV(B) 214.43º 0.74% 0.97% -
XYZ 28.95 27.55 92.6 -
YUV 131.65 193.66 80.46 -
System Red Green Blue C M Y K H S L
Decimal 65 143 248 0.74 0.42 0 0.03 214.43 0.93 0.61
Hex 41 8F F8 4A 2A 0 3 D6 5D 3D
Octal 101 217 370 112 52 0 3 326 135 75
Binary 1000001 10001111 11111000 1001010 101010 0 11 11010110 1011101 111101

Color Harmonies of #418FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418FF8

Black with #418FF8

Text Example


Text Example

White with #418FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,143,248); }

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

background-color css

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

 a { background-color: rgb(65,143,248); }

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

border-color css

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

 span { border-color: rgb(65,143,248); }

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