Html Css Color HEX #2A7AFB Dodger Blue

📋 copy color: '#2A7AFB'

red 42 ◦ green 122 ◦ blue 251

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

Shades of Dodger Blue #2A7AFB

Tints of Dodger Blue #2A7AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.4%

 BLUE value IS 251 (98.44% from 255) = 60.48%

R = 10.12%
G = 29.4%
B = 60.48%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2A7AFB (or 0x2A7AFB) is known color: Dodger Blue. HEX triplet: 2A, 7A and FB. RGB value is (42,122,251). Sum of RGB (Red+Green+Blue) = 42+122+251=415 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.12% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #2A7AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7AFB is #D58504. Grayscale: #707070. Windows color (decimal): -13993221 or 16480810. OLE color: 16480810.

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

Color convert

RGB 42 122 251 -
CMYK 0.83 0.51 0 0.02
HSL 217.03º 0.96% 0.57% -
HSV(B) 217.03º 0.83% 0.98% -
XYZ 25.33 21.38 94.06 -
YUV 112.79 206 77.51 -
System Red Green Blue C M Y K H S L
Decimal 42 122 251 0.83 0.51 0 0.02 217.03 0.96 0.57
Hex 2A 7A FB 53 33 0 2 D9 60 39
Octal 52 172 373 123 63 0 2 331 140 71
Binary 101010 1111010 11111011 1010011 110011 0 10 11011001 1100000 111001

Color Harmonies of #2A7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7AFB

Black with #2A7AFB

Text Example


Text Example

White with #2A7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,122,251); }

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

background-color css

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

 a { background-color: rgb(42,122,251); }

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

border-color css

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

 span { border-color: rgb(42,122,251); }

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