Html Css Color HEX #419FFC Dodger Blue

📋 copy color: '#419FFC'

red 65 ◦ green 159 ◦ blue 252

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

Shades of Dodger Blue #419FFC

Tints of Dodger Blue #419FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 13.66%
G = 33.4%
B = 52.94%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#419FFC (or 0x419FFC) is known color: Dodger Blue. HEX triplet: 41, 9F and FC. RGB value is (65,159,252). Sum of RGB (Red+Green+Blue) = 65+159+252=476 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.66% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #419FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419FFC is #BE6003. Grayscale: #8D8D8D. Windows color (decimal): -12476420 or 16555841. OLE color: 16555841.

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

Color convert

RGB 65 159 252 -
CMYK 0.74 0.37 0 0.01
HSL 209.84º 0.97% 0.62% -
HSV(B) 209.84º 0.74% 0.99% -
XYZ 32.15 32.95 96.76 -
YUV 141.5 190.36 73.44 -
System Red Green Blue C M Y K H S L
Decimal 65 159 252 0.74 0.37 0 0.01 209.84 0.97 0.62
Hex 41 9F FC 4A 25 0 1 D2 61 3E
Octal 101 237 374 112 45 0 1 322 141 76
Binary 1000001 10011111 11111100 1001010 100101 0 1 11010010 1100001 111110

Color Harmonies of #419FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419FFC

Black with #419FFC

Text Example


Text Example

White with #419FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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