Html Css Color HEX #2295FB Dodger Blue

📋 copy color: '#2295FB'

red 34 ◦ green 149 ◦ blue 251

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

Shades of Dodger Blue #2295FB

Tints of Dodger Blue #2295FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.83%

R = 7.83%
G = 34.33%
B = 57.83%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2295FB (or 0x2295FB) is known color: Dodger Blue. HEX triplet: 22, 95 and FB. RGB value is (34,149,251). Sum of RGB (Red+Green+Blue) = 34+149+251=434 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.83% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #2295FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2295FB is #DD6A04. Grayscale: #7D7D7D. Windows color (decimal): -14510597 or 16487714. OLE color: 16487714.

HSL color Cylindrical-coordinate representation of color #2295FB: hue angle of 208.2º 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 #2295FB is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 149 251 -
CMYK 0.86 0.41 0 0.02
HSL 208.2º 0.96% 0.56% -
HSV(B) 208.2º 0.86% 0.98% -
XYZ 28.82 28.8 95.31 -
YUV 126.24 198.4 62.21 -
System Red Green Blue C M Y K H S L
Decimal 34 149 251 0.86 0.41 0 0.02 208.2 0.96 0.56
Hex 22 95 FB 56 29 0 2 D0 60 38
Octal 42 225 373 126 51 0 2 320 140 70
Binary 100010 10010101 11111011 1010110 101001 0 10 11010000 1100000 111000

Color Harmonies of #2295FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2295FB

Black with #2295FB

Text Example


Text Example

White with #2295FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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