Html Css Color HEX #2570FC Dodger Blue

📋 copy color: '#2570FC'

red 37 ◦ green 112 ◦ blue 252

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

Shades of Dodger Blue #2570FC

Tints of Dodger Blue #2570FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.93%

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

R = 9.23%
G = 27.93%
B = 62.84%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2570FC (or 0x2570FC) is known color: Dodger Blue. HEX triplet: 25, 70 and FC. RGB value is (37,112,252). Sum of RGB (Red+Green+Blue) = 37+112+252=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #2570FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2570FC is #DA8F03. Grayscale: #686868. Windows color (decimal): -14323460 or 16543781. OLE color: 16543781.

HSL color Cylindrical-coordinate representation of color #2570FC: hue angle of 219.07º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2570FC is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 112 252 -
CMYK 0.85 0.56 0 0.01
HSL 219.07º 0.97% 0.57% -
HSV(B) 219.07º 0.85% 0.99% -
XYZ 24.13 19.01 94.49 -
YUV 105.54 210.65 79.12 -
System Red Green Blue C M Y K H S L
Decimal 37 112 252 0.85 0.56 0 0.01 219.07 0.97 0.57
Hex 25 70 FC 55 38 0 1 DB 61 39
Octal 45 160 374 125 70 0 1 333 141 71
Binary 100101 1110000 11111100 1010101 111000 0 1 11011011 1100001 111001

Color Harmonies of #2570FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2570FC

Black with #2570FC

Text Example


Text Example

White with #2570FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2570FC; }

 p { color: rgb(37,112,252); }

 H1.HeaderClassName
 {
   color: #2570FC;
 }
 .AnyTagClassName
 {
   color: #2570FC;
 }
</style>

background-color css

<style>
 a { background-color: #2570FC; }

 a { background-color: rgb(37,112,252); }

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

border-color css

<style>
 span { border-color: #2570FC; }

 span { border-color: rgb(37,112,252); }

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