Html Css Color HEX #409FFC Dodger Blue

📋 copy color: '#409FFC'

red 64 ◦ green 159 ◦ blue 252

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

Shades of Dodger Blue #409FFC

Tints of Dodger Blue #409FFC

RGB

 RED value IS 64 (25.39% from 255) = 13.47%

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

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

R = 13.47%
G = 33.47%
B = 53.05%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#409FFC (or 0x409FFC) is known color: Dodger Blue. HEX triplet: 40, 9F and FC. RGB value is (64,159,252). Sum of RGB (Red+Green+Blue) = 64+159+252=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #409FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409FFC is #BF6003. Grayscale: #8C8C8C. Windows color (decimal): -12541956 or 16555840. OLE color: 16555840.

HSL color Cylindrical-coordinate representation of color #409FFC: hue angle of 209.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #409FFC is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 159 252 -
CMYK 0.75 0.37 0 0.01
HSL 209.68º 0.97% 0.62% -
HSV(B) 209.68º 0.75% 0.99% -
XYZ 32.08 32.91 96.76 -
YUV 141.2 190.53 72.94 -
System Red Green Blue C M Y K H S L
Decimal 64 159 252 0.75 0.37 0 0.01 209.68 0.97 0.62
Hex 40 9F FC 4B 25 0 1 D2 61 3E
Octal 100 237 374 113 45 0 1 322 141 76
Binary 1000000 10011111 11111100 1001011 100101 0 1 11010010 1100001 111110

Color Harmonies of #409FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409FFC

Black with #409FFC

Text Example


Text Example

White with #409FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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