Html Css Color HEX #0883FB Dodger Blue

📋 copy color: '#0883FB'

red 8 ◦ green 131 ◦ blue 251

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

Shades of Dodger Blue #0883FB

Tints of Dodger Blue #0883FB

RGB

 RED value IS 8 (3.52% from 255) = 2.05%

 GREEN value IS 131 (51.56% from 255) = 33.59%

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

R = 2.05%
G = 33.59%
B = 64.36%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0883FB (or 0x0883FB) is known color: Dodger Blue. HEX triplet: 08, 83 and FB. RGB value is (8,131,251). Sum of RGB (Red+Green+Blue) = 8+131+251=390 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #0883FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0883FB is #F77C04. Grayscale: #6B6B6B. Windows color (decimal): -16219141 or 16483080. OLE color: 16483080.

HSL color Cylindrical-coordinate representation of color #0883FB: hue angle of 209.63º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0883FB is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 131 251 -
CMYK 0.97 0.48 0 0.02
HSL 209.63º 0.97% 0.51% -
HSV(B) 209.63º 0.97% 0.98% -
XYZ 25.63 23.25 94.4 -
YUV 107.9 208.75 56.74 -
System Red Green Blue C M Y K H S L
Decimal 8 131 251 0.97 0.48 0 0.02 209.63 0.97 0.51
Hex 8 83 FB 61 30 0 2 D2 61 33
Octal 10 203 373 141 60 0 2 322 141 63
Binary 1000 10000011 11111011 1100001 110000 0 10 11010010 1100001 110011

Color Harmonies of #0883FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0883FB

Black with #0883FB

Text Example


Text Example

White with #0883FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,131,251); }

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

background-color css

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

 a { background-color: rgb(8,131,251); }

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

border-color css

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

 span { border-color: rgb(8,131,251); }

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