Html Css Color HEX #2885F6 Dodger Blue

📋 copy color: '#2885F6'

red 40 ◦ green 133 ◦ blue 246

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

Shades of Dodger Blue #2885F6

Tints of Dodger Blue #2885F6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.74%

 BLUE value IS 246 (96.48% from 255) = 58.71%

R = 9.55%
G = 31.74%
B = 58.71%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2885F6 (or 0x2885F6) is known color: Dodger Blue. HEX triplet: 28, 85 and F6. RGB value is (40,133,246). Sum of RGB (Red+Green+Blue) = 40+133+246=419 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.55% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 246 (96.48% from 255 or 58.71% from 419); Max value from RGB is 246 - color contains mainly: blue. Hex color #2885F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2885F6 is #D77A09. Grayscale: #757575. Windows color (decimal): -14121482 or 16155944. OLE color: 16155944.

HSL color Cylindrical-coordinate representation of color #2885F6: hue angle of 212.91º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2885F6 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 133 246 -
CMYK 0.84 0.46 0 0.04
HSL 212.91º 0.92% 0.56% -
HSV(B) 212.91º 0.84% 0.96% -
XYZ 25.9 23.88 90.43 -
YUV 118.08 200.19 72.31 -
System Red Green Blue C M Y K H S L
Decimal 40 133 246 0.84 0.46 0 0.04 212.91 0.92 0.56
Hex 28 85 F6 54 2E 0 4 D5 5C 38
Octal 50 205 366 124 56 0 4 325 134 70
Binary 101000 10000101 11110110 1010100 101110 0 100 11010101 1011100 111000

Color Harmonies of #2885F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2885F6

Black with #2885F6

Text Example


Text Example

White with #2885F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2885F6; }

 p { color: rgb(40,133,246); }

 H1.HeaderClassName
 {
   color: #2885F6;
 }
 .AnyTagClassName
 {
   color: #2885F6;
 }
</style>

background-color css

<style>
 a { background-color: #2885F6; }

 a { background-color: rgb(40,133,246); }

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

border-color css

<style>
 span { border-color: #2885F6; }

 span { border-color: rgb(40,133,246); }

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