Html Css Color HEX #419FFB Dodger Blue

📋 copy color: '#419FFB'

red 65 ◦ green 159 ◦ blue 251

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

Shades of Dodger Blue #419FFB

Tints of Dodger Blue #419FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 13.68%
G = 33.47%
B = 52.84%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#419FFB (or 0x419FFB) is known color: Dodger Blue. HEX triplet: 41, 9F and FB. RGB value is (65,159,251). Sum of RGB (Red+Green+Blue) = 65+159+251=475 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.68% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #419FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419FFB is #BE6004. Grayscale: #8C8C8C. Windows color (decimal): -12476421 or 16490305. OLE color: 16490305.

HSL color Cylindrical-coordinate representation of color #419FFB: hue angle of 209.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #419FFB is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 159 251 -
CMYK 0.74 0.37 0 0.02
HSL 209.68º 0.96% 0.62% -
HSV(B) 209.68º 0.74% 0.98% -
XYZ 31.99 32.89 95.93 -
YUV 141.38 189.86 73.52 -
System Red Green Blue C M Y K H S L
Decimal 65 159 251 0.74 0.37 0 0.02 209.68 0.96 0.62
Hex 41 9F FB 4A 25 0 2 D2 60 3E
Octal 101 237 373 112 45 0 2 322 140 76
Binary 1000001 10011111 11111011 1001010 100101 0 10 11010010 1100000 111110

Color Harmonies of #419FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419FFB

Black with #419FFB

Text Example


Text Example

White with #419FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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