Html Css Color HEX #028BF6 Dodger Blue

📋 copy color: '#028BF6'

red 2 ◦ green 139 ◦ blue 246

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

Shades of Dodger Blue #028BF6

Tints of Dodger Blue #028BF6

RGB

 RED value IS 2 (1.17% from 255) = 0.52%

 GREEN value IS 139 (54.69% from 255) = 35.92%

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

R = 0.52%
G = 35.92%
B = 63.57%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#028BF6 (or 0x028BF6) is known color: Dodger Blue. HEX triplet: 02, 8B and F6. RGB value is (2,139,246). Sum of RGB (Red+Green+Blue) = 2+139+246=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 246 (96.48% from 255 or 63.57% from 387); Max value from RGB is 246 - color contains mainly: blue. Hex color #028BF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028BF6 is #FD7409. Grayscale: #6D6D6D. Windows color (decimal): -16610314 or 16157442. OLE color: 16157442.

HSL color Cylindrical-coordinate representation of color #028BF6: hue angle of 206.31º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BF6 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 139 246 -
CMYK 0.99 0.43 0 0.04
HSL 206.31º 0.98% 0.49% -
HSV(B) 206.31º 0.99% 0.96% -
XYZ 25.89 25.13 90.68 -
YUV 110.24 204.61 50.8 -
System Red Green Blue C M Y K H S L
Decimal 2 139 246 0.99 0.43 0 0.04 206.31 0.98 0.49
Hex 2 8B F6 63 2B 0 4 CE 62 31
Octal 2 213 366 143 53 0 4 316 142 61
Binary 10 10001011 11110110 1100011 101011 0 100 11001110 1100010 110001

Color Harmonies of #028BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BF6

Black with #028BF6

Text Example


Text Example

White with #028BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028BF6; }

 p { color: rgb(2,139,246); }

 H1.HeaderClassName
 {
   color: #028BF6;
 }
 .AnyTagClassName
 {
   color: #028BF6;
 }
</style>

background-color css

<style>
 a { background-color: #028BF6; }

 a { background-color: rgb(2,139,246); }

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

border-color css

<style>
 span { border-color: #028BF6; }

 span { border-color: rgb(2,139,246); }

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