Html Css Color HEX #088CFA Dodger Blue

📋 copy color: '#088CFA'

red 8 ◦ green 140 ◦ blue 250

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

Shades of Dodger Blue #088CFA

Tints of Dodger Blue #088CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 2.01%
G = 35.18%
B = 62.81%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#088CFA (or 0x088CFA) is known color: Dodger Blue. HEX triplet: 08, 8C and FA. RGB value is (8,140,250). Sum of RGB (Red+Green+Blue) = 8+140+250=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #088CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088CFA is #F77305. Grayscale: #707070. Windows color (decimal): -16216838 or 16419848. OLE color: 16419848.

HSL color Cylindrical-coordinate representation of color #088CFA: hue angle of 207.27º degrees, saturation: 0.96, 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 #088CFA is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 140 250 -
CMYK 0.97 0.44 0 0.02
HSL 207.27º 0.96% 0.51% -
HSV(B) 207.27º 0.97% 0.98% -
XYZ 26.73 25.71 94 -
YUV 113.07 205.27 53.06 -
System Red Green Blue C M Y K H S L
Decimal 8 140 250 0.97 0.44 0 0.02 207.27 0.96 0.51
Hex 8 8C FA 61 2C 0 2 CF 60 33
Octal 10 214 372 141 54 0 2 317 140 63
Binary 1000 10001100 11111010 1100001 101100 0 10 11001111 1100000 110011

Color Harmonies of #088CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CFA

Black with #088CFA

Text Example


Text Example

White with #088CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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