Html Css Color HEX #419FFD Dodger Blue

📋 copy color: '#419FFD'

red 65 ◦ green 159 ◦ blue 253

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

Shades of Dodger Blue #419FFD

Tints of Dodger Blue #419FFD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.33%

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

R = 13.63%
G = 33.33%
B = 53.04%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#419FFD (or 0x419FFD) is known color: Dodger Blue. HEX triplet: 41, 9F and FD. RGB value is (65,159,253). Sum of RGB (Red+Green+Blue) = 65+159+253=477 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.63% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #419FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419FFD is #BE6002. Grayscale: #8D8D8D. Windows color (decimal): -12476419 or 16621377. OLE color: 16621377.

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

Color convert

RGB 65 159 253 -
CMYK 0.74 0.37 0 0.01
HSL 210º 0.98% 0.62% -
HSV(B) 210º 0.74% 0.99% -
XYZ 32.31 33.01 97.6 -
YUV 141.61 190.86 73.36 -
System Red Green Blue C M Y K H S L
Decimal 65 159 253 0.74 0.37 0 0.01 210 0.98 0.62
Hex 41 9F FD 4A 25 0 1 D2 62 3E
Octal 101 237 375 112 45 0 1 322 142 76
Binary 1000001 10011111 11111101 1001010 100101 0 1 11010010 1100010 111110

Color Harmonies of #419FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419FFD

Black with #419FFD

Text Example


Text Example

White with #419FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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