Html Css Color HEX #419BFB Dodger Blue

📋 copy color: '#419BFB'

red 65 ◦ green 155 ◦ blue 251

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

Shades of Dodger Blue #419BFB

Tints of Dodger Blue #419BFB

RGB

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

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

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

R = 13.8%
G = 32.91%
B = 53.29%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#419BFB (or 0x419BFB) is known color: Dodger Blue. HEX triplet: 41, 9B and FB. RGB value is (65,155,251). Sum of RGB (Red+Green+Blue) = 65+155+251=471 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.80% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #419BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419BFB is #BE6404. Grayscale: #8A8A8A. Windows color (decimal): -12477445 or 16489281. OLE color: 16489281.

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

Color convert

RGB 65 155 251 -
CMYK 0.74 0.38 0 0.02
HSL 210.97º 0.96% 0.62% -
HSV(B) 210.97º 0.74% 0.98% -
XYZ 31.31 31.53 95.7 -
YUV 139.03 191.18 75.19 -
System Red Green Blue C M Y K H S L
Decimal 65 155 251 0.74 0.38 0 0.02 210.97 0.96 0.62
Hex 41 9B FB 4A 26 0 2 D3 60 3E
Octal 101 233 373 112 46 0 2 323 140 76
Binary 1000001 10011011 11111011 1001010 100110 0 10 11010011 1100000 111110

Color Harmonies of #419BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419BFB

Black with #419BFB

Text Example


Text Example

White with #419BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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