Html Css Color HEX #418BF6 Dodger Blue

📋 copy color: '#418BF6'

red 65 ◦ green 139 ◦ blue 246

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

Shades of Dodger Blue #418BF6

Tints of Dodger Blue #418BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.67%

R = 14.44%
G = 30.89%
B = 54.67%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#418BF6 (or 0x418BF6) is known color: Dodger Blue. HEX triplet: 41, 8B and F6. RGB value is (65,139,246). Sum of RGB (Red+Green+Blue) = 65+139+246=450 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.44% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #418BF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418BF6 is #BE7409. Grayscale: #808080. Windows color (decimal): -12481546 or 16157505. OLE color: 16157505.

HSL color Cylindrical-coordinate representation of color #418BF6: hue angle of 215.47º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #418BF6 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 139 246 -
CMYK 0.74 0.43 0 0.04
HSL 215.47º 0.91% 0.61% -
HSV(B) 215.47º 0.74% 0.96% -
XYZ 28.05 26.24 90.78 -
YUV 129.07 193.98 82.3 -
System Red Green Blue C M Y K H S L
Decimal 65 139 246 0.74 0.43 0 0.04 215.47 0.91 0.61
Hex 41 8B F6 4A 2B 0 4 D7 5B 3D
Octal 101 213 366 112 53 0 4 327 133 75
Binary 1000001 10001011 11110110 1001010 101011 0 100 11010111 1011011 111101

Color Harmonies of #418BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418BF6

Black with #418BF6

Text Example


Text Example

White with #418BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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