Html Css Color HEX #2474ED Dodger Blue

📋 copy color: '#2474ED'

red 36 ◦ green 116 ◦ blue 237

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

Shades of Dodger Blue #2474ED

Tints of Dodger Blue #2474ED

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.82%

 BLUE value IS 237 (92.97% from 255) = 60.93%

R = 9.25%
G = 29.82%
B = 60.93%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2474ED (or 0x2474ED) is known color: Dodger Blue. HEX triplet: 24, 74 and ED. RGB value is (36,116,237). Sum of RGB (Red+Green+Blue) = 36+116+237=389 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.25% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #2474ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2474ED is #DB8B12. Grayscale: #696969. Windows color (decimal): -14387987 or 15561764. OLE color: 15561764.

HSL color Cylindrical-coordinate representation of color #2474ED: hue angle of 216.12º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2474ED is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 116 237 -
CMYK 0.85 0.51 0 0.07
HSL 216.12º 0.85% 0.54% -
HSV(B) 216.12º 0.85% 0.93% -
XYZ 22.26 18.98 82.61 -
YUV 105.87 202 78.16 -
System Red Green Blue C M Y K H S L
Decimal 36 116 237 0.85 0.51 0 0.07 216.12 0.85 0.54
Hex 24 74 ED 55 33 0 7 D8 55 36
Octal 44 164 355 125 63 0 7 330 125 66
Binary 100100 1110100 11101101 1010101 110011 0 111 11011000 1010101 110110

Color Harmonies of #2474ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2474ED

Black with #2474ED

Text Example


Text Example

White with #2474ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2474ED; }

 p { color: rgb(36,116,237); }

 H1.HeaderClassName
 {
   color: #2474ED;
 }
 .AnyTagClassName
 {
   color: #2474ED;
 }
</style>

background-color css

<style>
 a { background-color: #2474ED; }

 a { background-color: rgb(36,116,237); }

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

border-color css

<style>
 span { border-color: #2474ED; }

 span { border-color: rgb(36,116,237); }

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