Html Css Color HEX #2A95ED Dodger Blue

📋 copy color: '#2A95ED'

red 42 ◦ green 149 ◦ blue 237

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

Shades of Dodger Blue #2A95ED

Tints of Dodger Blue #2A95ED

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.81%

 BLUE value IS 237 (92.97% from 255) = 55.37%

R = 9.81%
G = 34.81%
B = 55.37%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2A95ED (or 0x2A95ED) is known color: Dodger Blue. HEX triplet: 2A, 95 and ED. RGB value is (42,149,237). Sum of RGB (Red+Green+Blue) = 42+149+237=428 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.81% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #2A95ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A95ED is #D56A12. Grayscale: #7E7E7E. Windows color (decimal): -13986323 or 15570218. OLE color: 15570218.

HSL color Cylindrical-coordinate representation of color #2A95ED: hue angle of 207.08º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A95ED is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 149 237 -
CMYK 0.82 0.37 0 0.07
HSL 207.08º 0.84% 0.55% -
HSV(B) 207.08º 0.82% 0.93% -
XYZ 26.99 28.1 84.12 -
YUV 127.04 190.05 67.34 -
System Red Green Blue C M Y K H S L
Decimal 42 149 237 0.82 0.37 0 0.07 207.08 0.84 0.55
Hex 2A 95 ED 52 25 0 7 CF 54 37
Octal 52 225 355 122 45 0 7 317 124 67
Binary 101010 10010101 11101101 1010010 100101 0 111 11001111 1010100 110111

Color Harmonies of #2A95ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A95ED

Black with #2A95ED

Text Example


Text Example

White with #2A95ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,149,237); }

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

background-color css

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

 a { background-color: rgb(42,149,237); }

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

border-color css

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

 span { border-color: rgb(42,149,237); }

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