Html Css Color HEX #418FFD Dodger Blue

📋 copy color: '#418FFD'

red 65 ◦ green 143 ◦ blue 253

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

Shades of Dodger Blue #418FFD

Tints of Dodger Blue #418FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.88%

R = 14.1%
G = 31.02%
B = 54.88%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#418FFD (or 0x418FFD) is known color: Dodger Blue. HEX triplet: 41, 8F and FD. RGB value is (65,143,253). Sum of RGB (Red+Green+Blue) = 65+143+253=461 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.10% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #418FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418FFD is #BE7002. Grayscale: #838383. Windows color (decimal): -12480515 or 16617281. OLE color: 16617281.

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

Color convert

RGB 65 143 253 -
CMYK 0.74 0.43 0 0.01
HSL 215.11º 0.98% 0.62% -
HSV(B) 215.11º 0.74% 0.99% -
XYZ 29.73 27.86 96.74 -
YUV 132.22 196.16 80.06 -
System Red Green Blue C M Y K H S L
Decimal 65 143 253 0.74 0.43 0 0.01 215.11 0.98 0.62
Hex 41 8F FD 4A 2B 0 1 D7 62 3E
Octal 101 217 375 112 53 0 1 327 142 76
Binary 1000001 10001111 11111101 1001010 101011 0 1 11010111 1100010 111110

Color Harmonies of #418FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418FFD

Black with #418FFD

Text Example


Text Example

White with #418FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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