Html Css Color HEX #088BFA Dodger Blue

📋 copy color: '#088BFA'

red 8 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #088BFA

Tints of Dodger Blue #088BFA

RGB

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

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

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

R = 2.02%
G = 35.01%
B = 62.97%

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

#088BFA (or 0x088BFA) is known color: Dodger Blue. HEX triplet: 08, 8B and FA. RGB value is (8,139,250). Sum of RGB (Red+Green+Blue) = 8+139+250=397 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #088BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088BFA is #F77405. Grayscale: #6F6F6F. Windows color (decimal): -16217094 or 16419592. OLE color: 16419592.

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

Color convert

RGB 8 139 250 -
CMYK 0.97 0.44 0 0.02
HSL 207.52º 0.96% 0.51% -
HSV(B) 207.52º 0.97% 0.98% -
XYZ 26.59 25.42 93.95 -
YUV 112.49 205.6 53.47 -
System Red Green Blue C M Y K H S L
Decimal 8 139 250 0.97 0.44 0 0.02 207.52 0.96 0.51
Hex 8 8B FA 61 2C 0 2 D0 60 33
Octal 10 213 372 141 54 0 2 320 140 63
Binary 1000 10001011 11111010 1100001 101100 0 10 11010000 1100000 110011

Color Harmonies of #088BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BFA

Black with #088BFA

Text Example


Text Example

White with #088BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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