Html Css Color HEX #2A8AF1 Dodger Blue

📋 copy color: '#2A8AF1'

red 42 ◦ green 138 ◦ blue 241

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

Shades of Dodger Blue #2A8AF1

Tints of Dodger Blue #2A8AF1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.78%

 BLUE value IS 241 (94.53% from 255) = 57.24%

R = 9.98%
G = 32.78%
B = 57.24%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2A8AF1 (or 0x2A8AF1) is known color: Dodger Blue. HEX triplet: 2A, 8A and F1. RGB value is (42,138,241). Sum of RGB (Red+Green+Blue) = 42+138+241=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #2A8AF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A8AF1 is #D5750E. Grayscale: #787878. Windows color (decimal): -13989135 or 15829546. OLE color: 15829546.

HSL color Cylindrical-coordinate representation of color #2A8AF1: hue angle of 211.06º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A8AF1 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 138 241 -
CMYK 0.83 0.43 0 0.05
HSL 211.06º 0.88% 0.55% -
HSV(B) 211.06º 0.83% 0.95% -
XYZ 25.92 25.02 86.68 -
YUV 121.04 195.7 71.62 -
System Red Green Blue C M Y K H S L
Decimal 42 138 241 0.83 0.43 0 0.05 211.06 0.88 0.55
Hex 2A 8A F1 53 2B 0 5 D3 58 37
Octal 52 212 361 123 53 0 5 323 130 67
Binary 101010 10001010 11110001 1010011 101011 0 101 11010011 1011000 110111

Color Harmonies of #2A8AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8AF1

Black with #2A8AF1

Text Example


Text Example

White with #2A8AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,138,241); }

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

background-color css

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

 a { background-color: rgb(42,138,241); }

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

border-color css

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

 span { border-color: rgb(42,138,241); }

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