Html Css Color HEX #2A7DFD Dodger Blue

📋 copy color: '#2A7DFD'

red 42 ◦ green 125 ◦ blue 253

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

Shades of Dodger Blue #2A7DFD

Tints of Dodger Blue #2A7DFD

RGB

 RED value IS 42 (16.8% from 255) = 10%

 GREEN value IS 125 (49.22% from 255) = 29.76%

 BLUE value IS 253 (99.22% from 255) = 60.24%

R = 10%
G = 29.76%
B = 60.24%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2A7DFD (or 0x2A7DFD) is known color: Dodger Blue. HEX triplet: 2A, 7D and FD. RGB value is (42,125,253). Sum of RGB (Red+Green+Blue) = 42+125+253=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #2A7DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7DFD is #D58202. Grayscale: #727272. Windows color (decimal): -13992451 or 16612650. OLE color: 16612650.

HSL color Cylindrical-coordinate representation of color #2A7DFD: hue angle of 216.4º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A7DFD is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 125 253 -
CMYK 0.83 0.51 0 0.01
HSL 216.4º 0.98% 0.58% -
HSV(B) 216.4º 0.83% 0.99% -
XYZ 26.02 22.25 95.85 -
YUV 114.78 206 76.09 -
System Red Green Blue C M Y K H S L
Decimal 42 125 253 0.83 0.51 0 0.01 216.4 0.98 0.58
Hex 2A 7D FD 53 33 0 1 D8 62 3A
Octal 52 175 375 123 63 0 1 330 142 72
Binary 101010 1111101 11111101 1010011 110011 0 1 11011000 1100010 111010

Color Harmonies of #2A7DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7DFD

Black with #2A7DFD

Text Example


Text Example

White with #2A7DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A7DFD; }

 p { color: rgb(42,125,253); }

 H1.HeaderClassName
 {
   color: #2A7DFD;
 }
 .AnyTagClassName
 {
   color: #2A7DFD;
 }
</style>

background-color css

<style>
 a { background-color: #2A7DFD; }

 a { background-color: rgb(42,125,253); }

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

border-color css

<style>
 span { border-color: #2A7DFD; }

 span { border-color: rgb(42,125,253); }

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