Html Css Color HEX #418DFB Dodger Blue

📋 copy color: '#418DFB'

red 65 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #418DFB

Tints of Dodger Blue #418DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.85%

 BLUE value IS 251 (98.44% from 255) = 54.92%

R = 14.22%
G = 30.85%
B = 54.92%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#418DFB (or 0x418DFB) is known color: Dodger Blue. HEX triplet: 41, 8D and FB. RGB value is (65,141,251). Sum of RGB (Red+Green+Blue) = 65+141+251=457 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.22% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #418DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418DFB is #BE7204. Grayscale: #828282. Windows color (decimal): -12481029 or 16485697. OLE color: 16485697.

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

Color convert

RGB 65 141 251 -
CMYK 0.74 0.44 0 0.02
HSL 215.48º 0.96% 0.62% -
HSV(B) 215.48º 0.74% 0.98% -
XYZ 29.12 27.14 94.97 -
YUV 130.82 195.82 81.06 -
System Red Green Blue C M Y K H S L
Decimal 65 141 251 0.74 0.44 0 0.02 215.48 0.96 0.62
Hex 41 8D FB 4A 2C 0 2 D7 60 3E
Octal 101 215 373 112 54 0 2 327 140 76
Binary 1000001 10001101 11111011 1001010 101100 0 10 11010111 1100000 111110

Color Harmonies of #418DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418DFB

Black with #418DFB

Text Example


Text Example

White with #418DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,141,251); }

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

background-color css

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

 a { background-color: rgb(65,141,251); }

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

border-color css

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

 span { border-color: rgb(65,141,251); }

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