Html Css Color HEX #418FFB Dodger Blue

📋 copy color: '#418FFB'

red 65 ◦ green 143 ◦ blue 251

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

Shades of Dodger Blue #418FFB

Tints of Dodger Blue #418FFB

RGB

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

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

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

R = 14.16%
G = 31.15%
B = 54.68%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#418FFB (or 0x418FFB) is known color: Dodger Blue. HEX triplet: 41, 8F and FB. RGB value is (65,143,251). Sum of RGB (Red+Green+Blue) = 65+143+251=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #418FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418FFB is #BE7004. Grayscale: #838383. Windows color (decimal): -12480517 or 16486209. OLE color: 16486209.

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

Color convert

RGB 65 143 251 -
CMYK 0.74 0.43 0 0.02
HSL 214.84º 0.96% 0.62% -
HSV(B) 214.84º 0.74% 0.98% -
XYZ 29.42 27.73 95.07 -
YUV 131.99 195.16 80.22 -
System Red Green Blue C M Y K H S L
Decimal 65 143 251 0.74 0.43 0 0.02 214.84 0.96 0.62
Hex 41 8F FB 4A 2B 0 2 D7 60 3E
Octal 101 217 373 112 53 0 2 327 140 76
Binary 1000001 10001111 11111011 1001010 101011 0 10 11010111 1100000 111110

Color Harmonies of #418FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418FFB

Black with #418FFB

Text Example


Text Example

White with #418FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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