Html Css Color HEX #2A71FD Dodger Blue

📋 copy color: '#2A71FD'

red 42 ◦ green 113 ◦ blue 253

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

Shades of Dodger Blue #2A71FD

Tints of Dodger Blue #2A71FD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

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

R = 10.29%
G = 27.7%
B = 62.01%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2A71FD (or 0x2A71FD) is known color: Dodger Blue. HEX triplet: 2A, 71 and FD. RGB value is (42,113,253). Sum of RGB (Red+Green+Blue) = 42+113+253=408 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.29% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #2A71FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A71FD is #D58E02. Grayscale: #6B6B6B. Windows color (decimal): -13995523 or 16609578. OLE color: 16609578.

HSL color Cylindrical-coordinate representation of color #2A71FD: hue angle of 219.81º 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 #2A71FD is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 113 253 -
CMYK 0.83 0.55 0 0.01
HSL 219.81º 0.98% 0.58% -
HSV(B) 219.81º 0.83% 0.99% -
XYZ 24.59 19.39 95.38 -
YUV 107.73 209.98 81.12 -
System Red Green Blue C M Y K H S L
Decimal 42 113 253 0.83 0.55 0 0.01 219.81 0.98 0.58
Hex 2A 71 FD 53 37 0 1 DC 62 3A
Octal 52 161 375 123 67 0 1 334 142 72
Binary 101010 1110001 11111101 1010011 110111 0 1 11011100 1100010 111010

Color Harmonies of #2A71FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A71FD

Black with #2A71FD

Text Example


Text Example

White with #2A71FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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