Html Css Color HEX #2295EA Dodger Blue

📋 copy color: '#2295EA'

red 34 ◦ green 149 ◦ blue 234

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

Shades of Dodger Blue #2295EA

Tints of Dodger Blue #2295EA

RGB

 RED value IS 34 (13.67% from 255) = 8.15%

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

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 8.15%
G = 35.73%
B = 56.12%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2295EA (or 0x2295EA) is known color: Dodger Blue. HEX triplet: 22, 95 and EA. RGB value is (34,149,234). Sum of RGB (Red+Green+Blue) = 34+149+234=417 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.15% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #2295EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2295EA is #DD6A15. Grayscale: #7B7B7B. Windows color (decimal): -14510614 or 15373602. OLE color: 15373602.

HSL color Cylindrical-coordinate representation of color #2295EA: hue angle of 205.5º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2295EA is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 149 234 -
CMYK 0.85 0.36 0 0.08
HSL 205.5º 0.83% 0.53% -
HSV(B) 205.5º 0.85% 0.92% -
XYZ 26.26 27.78 81.82 -
YUV 124.31 189.9 63.59 -
System Red Green Blue C M Y K H S L
Decimal 34 149 234 0.85 0.36 0 0.08 205.5 0.83 0.53
Hex 22 95 EA 55 24 0 8 CE 53 35
Octal 42 225 352 125 44 0 10 316 123 65
Binary 100010 10010101 11101010 1010101 100100 0 1000 11001110 1010011 110101

Color Harmonies of #2295EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2295EA

Black with #2295EA

Text Example


Text Example

White with #2295EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2295EA; }

 p { color: rgb(34,149,234); }

 H1.HeaderClassName
 {
   color: #2295EA;
 }
 .AnyTagClassName
 {
   color: #2295EA;
 }
</style>

background-color css

<style>
 a { background-color: #2295EA; }

 a { background-color: rgb(34,149,234); }

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

border-color css

<style>
 span { border-color: #2295EA; }

 span { border-color: rgb(34,149,234); }

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