Html Css Color HEX #2295FA Dodger Blue

📋 copy color: '#2295FA'

red 34 ◦ green 149 ◦ blue 250

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

Shades of Dodger Blue #2295FA

Tints of Dodger Blue #2295FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.74%

R = 7.85%
G = 34.41%
B = 57.74%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2295FA (or 0x2295FA) is known color: Dodger Blue. HEX triplet: 22, 95 and FA. RGB value is (34,149,250). Sum of RGB (Red+Green+Blue) = 34+149+250=433 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.85% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #2295FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2295FA is #DD6A05. Grayscale: #7D7D7D. Windows color (decimal): -14510598 or 16422178. OLE color: 16422178.

HSL color Cylindrical-coordinate representation of color #2295FA: hue angle of 208.06º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2295FA is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 149 250 -
CMYK 0.86 0.40 0 0.02
HSL 208.06º 0.96% 0.56% -
HSV(B) 208.06º 0.86% 0.98% -
XYZ 28.66 28.74 94.48 -
YUV 126.13 197.9 62.29 -
System Red Green Blue C M Y K H S L
Decimal 34 149 250 0.86 0.40 0 0.02 208.06 0.96 0.56
Hex 22 95 FA 56 28 0 2 D0 60 38
Octal 42 225 372 126 50 0 2 320 140 70
Binary 100010 10010101 11111010 1010110 101000 0 10 11010000 1100000 111000

Color Harmonies of #2295FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2295FA

Black with #2295FA

Text Example


Text Example

White with #2295FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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