Html Css Color HEX #419BFD Dodger Blue

📋 copy color: '#419BFD'

red 65 ◦ green 155 ◦ blue 253

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

Shades of Dodger Blue #419BFD

Tints of Dodger Blue #419BFD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.77%

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

R = 13.74%
G = 32.77%
B = 53.49%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#419BFD (or 0x419BFD) is known color: Dodger Blue. HEX triplet: 41, 9B and FD. RGB value is (65,155,253). Sum of RGB (Red+Green+Blue) = 65+155+253=473 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.74% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #419BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419BFD is #BE6402. Grayscale: #8A8A8A. Windows color (decimal): -12477443 or 16620353. OLE color: 16620353.

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

Color convert

RGB 65 155 253 -
CMYK 0.74 0.39 0 0.01
HSL 211.28º 0.98% 0.62% -
HSV(B) 211.28º 0.74% 0.99% -
XYZ 31.63 31.66 97.37 -
YUV 139.26 192.18 75.03 -
System Red Green Blue C M Y K H S L
Decimal 65 155 253 0.74 0.39 0 0.01 211.28 0.98 0.62
Hex 41 9B FD 4A 27 0 1 D3 62 3E
Octal 101 233 375 112 47 0 1 323 142 76
Binary 1000001 10011011 11111101 1001010 100111 0 1 11010011 1100010 111110

Color Harmonies of #419BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419BFD

Black with #419BFD

Text Example


Text Example

White with #419BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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