Html Css Color HEX #088CFD Dodger Blue

📋 copy color: '#088CFD'

red 8 ◦ green 140 ◦ blue 253

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

Shades of Dodger Blue #088CFD

Tints of Dodger Blue #088CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.91%

 BLUE value IS 253 (99.22% from 255) = 63.09%

R = 2%
G = 34.91%
B = 63.09%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#088CFD (or 0x088CFD) is known color: Dodger Blue. HEX triplet: 08, 8C and FD. RGB value is (8,140,253). Sum of RGB (Red+Green+Blue) = 8+140+253=401 (53% of max value = 765). Red value is 8 (3.52% from 255 or 2.00% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #088CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088CFD is #F77302. Grayscale: #707070. Windows color (decimal): -16216835 or 16616456. OLE color: 16616456.

HSL color Cylindrical-coordinate representation of color #088CFD: hue angle of 207.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088CFD is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 140 253 -
CMYK 0.97 0.45 0 0.01
HSL 207.67º 0.98% 0.51% -
HSV(B) 207.67º 0.97% 0.99% -
XYZ 27.21 25.9 96.49 -
YUV 113.41 206.77 52.81 -
System Red Green Blue C M Y K H S L
Decimal 8 140 253 0.97 0.45 0 0.01 207.67 0.98 0.51
Hex 8 8C FD 61 2D 0 1 D0 62 33
Octal 10 214 375 141 55 0 1 320 142 63
Binary 1000 10001100 11111101 1100001 101101 0 1 11010000 1100010 110011

Color Harmonies of #088CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CFD

Black with #088CFD

Text Example


Text Example

White with #088CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088CFD; }

 p { color: rgb(8,140,253); }

 H1.HeaderClassName
 {
   color: #088CFD;
 }
 .AnyTagClassName
 {
   color: #088CFD;
 }
</style>

background-color css

<style>
 a { background-color: #088CFD; }

 a { background-color: rgb(8,140,253); }

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

border-color css

<style>
 span { border-color: #088CFD; }

 span { border-color: rgb(8,140,253); }

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