Html Css Color HEX #2895FB Dodger Blue

📋 copy color: '#2895FB'

red 40 ◦ green 149 ◦ blue 251

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

Shades of Dodger Blue #2895FB

Tints of Dodger Blue #2895FB

RGB

 RED value IS 40 (16.02% from 255) = 9.09%

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

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

R = 9.09%
G = 33.86%
B = 57.05%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2895FB (or 0x2895FB) is known color: Dodger Blue. HEX triplet: 28, 95 and FB. RGB value is (40,149,251). Sum of RGB (Red+Green+Blue) = 40+149+251=440 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.09% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #2895FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2895FB is #D76A04. Grayscale: #7F7F7F. Windows color (decimal): -14117381 or 16487720. OLE color: 16487720.

HSL color Cylindrical-coordinate representation of color #2895FB: hue angle of 209º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2895FB is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 149 251 -
CMYK 0.84 0.41 0 0.02
HSL 209º 0.96% 0.57% -
HSV(B) 209º 0.84% 0.98% -
XYZ 29.04 28.91 95.32 -
YUV 128.04 197.39 65.21 -
System Red Green Blue C M Y K H S L
Decimal 40 149 251 0.84 0.41 0 0.02 209 0.96 0.57
Hex 28 95 FB 54 29 0 2 D1 60 39
Octal 50 225 373 124 51 0 2 321 140 71
Binary 101000 10010101 11111011 1010100 101001 0 10 11010001 1100000 111001

Color Harmonies of #2895FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2895FB

Black with #2895FB

Text Example


Text Example

White with #2895FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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