Html Css Color HEX #2885FC Dodger Blue

📋 copy color: '#2885FC'

red 40 ◦ green 133 ◦ blue 252

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

Shades of Dodger Blue #2885FC

Tints of Dodger Blue #2885FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.29%

R = 9.41%
G = 31.29%
B = 59.29%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2885FC (or 0x2885FC) is known color: Dodger Blue. HEX triplet: 28, 85 and FC. RGB value is (40,133,252). Sum of RGB (Red+Green+Blue) = 40+133+252=425 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.41% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #2885FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2885FC is #D77A03. Grayscale: #767676. Windows color (decimal): -14121476 or 16549160. OLE color: 16549160.

HSL color Cylindrical-coordinate representation of color #2885FC: hue angle of 213.68º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2885FC is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 133 252 -
CMYK 0.84 0.47 0 0.01
HSL 213.68º 0.97% 0.57% -
HSV(B) 213.68º 0.84% 0.99% -
XYZ 26.83 24.25 95.36 -
YUV 118.76 203.19 71.82 -
System Red Green Blue C M Y K H S L
Decimal 40 133 252 0.84 0.47 0 0.01 213.68 0.97 0.57
Hex 28 85 FC 54 2F 0 1 D6 61 39
Octal 50 205 374 124 57 0 1 326 141 71
Binary 101000 10000101 11111100 1010100 101111 0 1 11010110 1100001 111001

Color Harmonies of #2885FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2885FC

Black with #2885FC

Text Example


Text Example

White with #2885FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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