Html Css Color HEX #0088FE Dodger Blue

📋 copy color: '#0088FE'

red 0 ◦ green 136 ◦ blue 254

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

Shades of Dodger Blue #0088FE

Tints of Dodger Blue #0088FE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 136 (53.52% from 255) = 34.87%

 BLUE value IS 254 (99.61% from 255) = 65.13%

R = 0%
G = 34.87%
B = 65.13%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0088FE (or 0x0088FE) is known color: Dodger Blue. HEX triplet: 00, 88 and FE. RGB value is (0,136,254). Sum of RGB (Red+Green+Blue) = 0+136+254=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #0088FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0088FE is #FF7701. Grayscale: #6C6C6C. Windows color (decimal): -16742146 or 16680960. OLE color: 16680960.

HSL color Cylindrical-coordinate representation of color #0088FE: hue angle of 207.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088FE is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 136 254 -
CMYK 1 0.46 0 0.00
HSL 207.87º 1% 0.5% -
HSV(B) 207.87º 1% 1% -
XYZ 26.69 24.76 97.14 -
YUV 108.79 209.94 50.41 -
System Red Green Blue C M Y K H S L
Decimal 0 136 254 1 0.46 0 0.00 207.87 1 0.5
Hex 0 88 FE 64 2E 0 0 D0 64 32
Octal 0 210 376 144 56 0 0 320 144 62
Binary 0 10001000 11111110 1100100 101110 0 0 11010000 1100100 110010

Color Harmonies of #0088FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0088FE

Black with #0088FE

Text Example


Text Example

White with #0088FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0088FE; }

 p { color: rgb(0,136,254); }

 H1.HeaderClassName
 {
   color: #0088FE;
 }
 .AnyTagClassName
 {
   color: #0088FE;
 }
</style>

background-color css

<style>
 a { background-color: #0088FE; }

 a { background-color: rgb(0,136,254); }

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

border-color css

<style>
 span { border-color: #0088FE; }

 span { border-color: rgb(0,136,254); }

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