Html Css Color HEX #418BFD Dodger Blue

📋 copy color: '#418BFD'

red 65 ◦ green 139 ◦ blue 253

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

Shades of Dodger Blue #418BFD

Tints of Dodger Blue #418BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.42%

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

R = 14.22%
G = 30.42%
B = 55.36%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#418BFD (or 0x418BFD) is known color: Dodger Blue. HEX triplet: 41, 8B and FD. RGB value is (65,139,253). Sum of RGB (Red+Green+Blue) = 65+139+253=457 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.22% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #418BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418BFD is #BE7402. Grayscale: #818181. Windows color (decimal): -12481539 or 16616257. OLE color: 16616257.

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

Color convert

RGB 65 139 253 -
CMYK 0.74 0.45 0 0.01
HSL 216.38º 0.98% 0.62% -
HSV(B) 216.38º 0.74% 0.99% -
XYZ 29.14 26.68 96.54 -
YUV 129.87 197.48 81.73 -
System Red Green Blue C M Y K H S L
Decimal 65 139 253 0.74 0.45 0 0.01 216.38 0.98 0.62
Hex 41 8B FD 4A 2D 0 1 D8 62 3E
Octal 101 213 375 112 55 0 1 330 142 76
Binary 1000001 10001011 11111101 1001010 101101 0 1 11011000 1100010 111110

Color Harmonies of #418BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418BFD

Black with #418BFD

Text Example


Text Example

White with #418BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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