Html Css Color HEX #4186FD Dodger Blue

📋 copy color: '#4186FD'

red 65 ◦ green 134 ◦ blue 253

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

Shades of Dodger Blue #4186FD

Tints of Dodger Blue #4186FD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.65%

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

R = 14.38%
G = 29.65%
B = 55.97%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4186FD (or 0x4186FD) is known color: Dodger Blue. HEX triplet: 41, 86 and FD. RGB value is (65,134,253). Sum of RGB (Red+Green+Blue) = 65+134+253=452 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.38% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #4186FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4186FD is #BE7902. Grayscale: #7E7E7E. Windows color (decimal): -12482819 or 16614977. OLE color: 16614977.

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

Color convert

RGB 65 134 253 -
CMYK 0.74 0.47 0 0.01
HSL 217.98º 0.98% 0.62% -
HSV(B) 217.98º 0.74% 0.99% -
XYZ 28.43 25.27 96.31 -
YUV 126.94 199.14 83.82 -
System Red Green Blue C M Y K H S L
Decimal 65 134 253 0.74 0.47 0 0.01 217.98 0.98 0.62
Hex 41 86 FD 4A 2F 0 1 DA 62 3E
Octal 101 206 375 112 57 0 1 332 142 76
Binary 1000001 10000110 11111101 1001010 101111 0 1 11011010 1100010 111110

Color Harmonies of #4186FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4186FD

Black with #4186FD

Text Example


Text Example

White with #4186FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4186FD; }

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

 H1.HeaderClassName
 {
   color: #4186FD;
 }
 .AnyTagClassName
 {
   color: #4186FD;
 }
</style>

background-color css

<style>
 a { background-color: #4186FD; }

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

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

border-color css

<style>
 span { border-color: #4186FD; }

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

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