Html Css Color HEX #2A9FFF Dodger Blue

📋 copy color: '#2A9FFF'

red 42 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #2A9FFF

Tints of Dodger Blue #2A9FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.87%

 BLUE value IS 255 (100% from 255) = 55.92%

R = 9.21%
G = 34.87%
B = 55.92%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2A9FFF (or 0x2A9FFF) is known color: Dodger Blue. HEX triplet: 2A, 9F and FF. RGB value is (42,159,255). Sum of RGB (Red+Green+Blue) = 42+159+255=456 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.21% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A9FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A9FFF is #D56000. Grayscale: #868686. Windows color (decimal): -13983745 or 16752426. OLE color: 16752426.

HSL color Cylindrical-coordinate representation of color #2A9FFF: hue angle of 207.04º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A9FFF is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 42 159 255 -
CMYK 0.84 0.38 0 0
HSL 207.04º 1% 0.58% -
HSV(B) 207.04º 0.84% 1% -
XYZ 31.4 32.51 99.23 -
YUV 134.96 195.74 61.69 -
System Red Green Blue C M Y K H S L
Decimal 42 159 255 0.84 0.38 0 0 207.04 1 0.58
Hex 2A 9F FF 54 26 0 0 CF 64 3A
Octal 52 237 377 124 46 0 0 317 144 72
Binary 101010 10011111 11111111 1010100 100110 0 0 11001111 1100100 111010

Color Harmonies of #2A9FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9FFF

Black with #2A9FFF

Text Example


Text Example

White with #2A9FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,159,255); }

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

background-color css

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

 a { background-color: rgb(42,159,255); }

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

border-color css

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

 span { border-color: rgb(42,159,255); }

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