Html Css Color HEX #419EFB Dodger Blue

📋 copy color: '#419EFB'

red 65 ◦ green 158 ◦ blue 251

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

Shades of Dodger Blue #419EFB

Tints of Dodger Blue #419EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.33%

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

R = 13.71%
G = 33.33%
B = 52.95%

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

#419EFB (or 0x419EFB) is known color: Dodger Blue. HEX triplet: 41, 9E and FB. RGB value is (65,158,251). Sum of RGB (Red+Green+Blue) = 65+158+251=474 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.71% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #419EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419EFB is #BE6104. Grayscale: #8C8C8C. Windows color (decimal): -12476677 or 16490049. OLE color: 16490049.

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

Color convert

RGB 65 158 251 -
CMYK 0.74 0.37 0 0.02
HSL 210º 0.96% 0.62% -
HSV(B) 210º 0.74% 0.98% -
XYZ 31.82 32.54 95.87 -
YUV 140.8 190.19 73.94 -
System Red Green Blue C M Y K H S L
Decimal 65 158 251 0.74 0.37 0 0.02 210 0.96 0.62
Hex 41 9E FB 4A 25 0 2 D2 60 3E
Octal 101 236 373 112 45 0 2 322 140 76
Binary 1000001 10011110 11111011 1001010 100101 0 10 11010010 1100000 111110

Color Harmonies of #419EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419EFB

Black with #419EFB

Text Example


Text Example

White with #419EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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