Html Css Color HEX #2574EF Dodger Blue

📋 copy color: '#2574EF'

red 37 ◦ green 116 ◦ blue 239

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

Shades of Dodger Blue #2574EF

Tints of Dodger Blue #2574EF

RGB

 RED value IS 37 (14.84% from 255) = 9.44%

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

 BLUE value IS 239 (93.75% from 255) = 60.97%

R = 9.44%
G = 29.59%
B = 60.97%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2574EF (or 0x2574EF) is known color: Dodger Blue. HEX triplet: 25, 74 and EF. RGB value is (37,116,239). Sum of RGB (Red+Green+Blue) = 37+116+239=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #2574EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2574EF is #DA8B10. Grayscale: #696969. Windows color (decimal): -14322449 or 15692837. OLE color: 15692837.

HSL color Cylindrical-coordinate representation of color #2574EF: hue angle of 216.53º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2574EF is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 116 239 -
CMYK 0.85 0.51 0 0.06
HSL 216.53º 0.86% 0.54% -
HSV(B) 216.53º 0.85% 0.94% -
XYZ 22.59 19.12 84.16 -
YUV 106.4 202.83 78.5 -
System Red Green Blue C M Y K H S L
Decimal 37 116 239 0.85 0.51 0 0.06 216.53 0.86 0.54
Hex 25 74 EF 55 33 0 6 D9 56 36
Octal 45 164 357 125 63 0 6 331 126 66
Binary 100101 1110100 11101111 1010101 110011 0 110 11011001 1010110 110110

Color Harmonies of #2574EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2574EF

Black with #2574EF

Text Example


Text Example

White with #2574EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2574EF; }

 p { color: rgb(37,116,239); }

 H1.HeaderClassName
 {
   color: #2574EF;
 }
 .AnyTagClassName
 {
   color: #2574EF;
 }
</style>

background-color css

<style>
 a { background-color: #2574EF; }

 a { background-color: rgb(37,116,239); }

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

border-color css

<style>
 span { border-color: #2574EF; }

 span { border-color: rgb(37,116,239); }

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