Html Css Color HEX #2795FA Dodger Blue

📋 copy color: '#2795FA'

red 39 ◦ green 149 ◦ blue 250

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

Shades of Dodger Blue #2795FA

Tints of Dodger Blue #2795FA

RGB

 RED value IS 39 (15.63% from 255) = 8.9%

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

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

R = 8.9%
G = 34.02%
B = 57.08%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2795FA (or 0x2795FA) is known color: Dodger Blue. HEX triplet: 27, 95 and FA. RGB value is (39,149,250). Sum of RGB (Red+Green+Blue) = 39+149+250=438 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.90% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #2795FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2795FA is #D86A05. Grayscale: #7F7F7F. Windows color (decimal): -14182918 or 16422183. OLE color: 16422183.

HSL color Cylindrical-coordinate representation of color #2795FA: hue angle of 208.72º degrees, saturation: 0.95, 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 #2795FA is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 149 250 -
CMYK 0.84 0.40 0 0.02
HSL 208.72º 0.95% 0.57% -
HSV(B) 208.72º 0.84% 0.98% -
XYZ 28.84 28.83 94.49 -
YUV 127.62 197.06 64.79 -
System Red Green Blue C M Y K H S L
Decimal 39 149 250 0.84 0.40 0 0.02 208.72 0.95 0.57
Hex 27 95 FA 54 28 0 2 D1 5F 39
Octal 47 225 372 124 50 0 2 321 137 71
Binary 100111 10010101 11111010 1010100 101000 0 10 11010001 1011111 111001

Color Harmonies of #2795FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2795FA

Black with #2795FA

Text Example


Text Example

White with #2795FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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