Html Css Color HEX #2476FA Dodger Blue

📋 copy color: '#2476FA'

red 36 ◦ green 118 ◦ blue 250

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

Shades of Dodger Blue #2476FA

Tints of Dodger Blue #2476FA

RGB

 RED value IS 36 (14.45% from 255) = 8.91%

 GREEN value IS 118 (46.48% from 255) = 29.21%

 BLUE value IS 250 (98.05% from 255) = 61.88%

R = 8.91%
G = 29.21%
B = 61.88%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2476FA (or 0x2476FA) is known color: Dodger Blue. HEX triplet: 24, 76 and FA. RGB value is (36,118,250). Sum of RGB (Red+Green+Blue) = 36+118+250=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #2476FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2476FA is #DB8905. Grayscale: #6B6B6B. Windows color (decimal): -14387462 or 16414244. OLE color: 16414244.

HSL color Cylindrical-coordinate representation of color #2476FA: hue angle of 217.01º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2476FA is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 118 250 -
CMYK 0.86 0.53 0 0.02
HSL 217.01º 0.96% 0.56% -
HSV(B) 217.01º 0.86% 0.98% -
XYZ 24.46 20.23 93.06 -
YUV 108.53 207.83 76.27 -
System Red Green Blue C M Y K H S L
Decimal 36 118 250 0.86 0.53 0 0.02 217.01 0.96 0.56
Hex 24 76 FA 56 35 0 2 D9 60 38
Octal 44 166 372 126 65 0 2 331 140 70
Binary 100100 1110110 11111010 1010110 110101 0 10 11011001 1100000 111000

Color Harmonies of #2476FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2476FA

Black with #2476FA

Text Example


Text Example

White with #2476FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2476FA; }

 p { color: rgb(36,118,250); }

 H1.HeaderClassName
 {
   color: #2476FA;
 }
 .AnyTagClassName
 {
   color: #2476FA;
 }
</style>

background-color css

<style>
 a { background-color: #2476FA; }

 a { background-color: rgb(36,118,250); }

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

border-color css

<style>
 span { border-color: #2476FA; }

 span { border-color: rgb(36,118,250); }

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