Html Css Color HEX #419CFB Dodger Blue

📋 copy color: '#419CFB'

red 65 ◦ green 156 ◦ blue 251

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

Shades of Dodger Blue #419CFB

Tints of Dodger Blue #419CFB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

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

R = 13.77%
G = 33.05%
B = 53.18%

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

#419CFB (or 0x419CFB) is known color: Dodger Blue. HEX triplet: 41, 9C and FB. RGB value is (65,156,251). Sum of RGB (Red+Green+Blue) = 65+156+251=472 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.77% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #419CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419CFB is #BE6304. Grayscale: #8B8B8B. Windows color (decimal): -12477189 or 16489537. OLE color: 16489537.

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

Color convert

RGB 65 156 251 -
CMYK 0.74 0.38 0 0.02
HSL 210.65º 0.96% 0.62% -
HSV(B) 210.65º 0.74% 0.98% -
XYZ 31.48 31.87 95.76 -
YUV 139.62 190.85 74.78 -
System Red Green Blue C M Y K H S L
Decimal 65 156 251 0.74 0.38 0 0.02 210.65 0.96 0.62
Hex 41 9C FB 4A 26 0 2 D3 60 3E
Octal 101 234 373 112 46 0 2 323 140 76
Binary 1000001 10011100 11111011 1001010 100110 0 10 11010011 1100000 111110

Color Harmonies of #419CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CFB

Black with #419CFB

Text Example


Text Example

White with #419CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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