Html Css Color HEX #008AFB Dodger Blue

📋 copy color: '#008AFB'

red 0 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #008AFB

Tints of Dodger Blue #008AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.48%

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

R = 0%
G = 35.48%
B = 64.52%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#008AFB (or 0x008AFB) is known color: Dodger Blue. HEX triplet: 00, 8A and FB. RGB value is (0,138,251). Sum of RGB (Red+Green+Blue) = 0+138+251=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #008AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008AFB is #FF7504. Grayscale: #6D6D6D. Windows color (decimal): -16741637 or 16484864. OLE color: 16484864.

HSL color Cylindrical-coordinate representation of color #008AFB: hue angle of 207.01º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AFB is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 138 251 -
CMYK 1 0.45 0 0.02
HSL 207.01º 1% 0.49% -
HSV(B) 207.01º 1% 0.98% -
XYZ 26.5 25.14 94.72 -
YUV 109.62 207.78 49.81 -
System Red Green Blue C M Y K H S L
Decimal 0 138 251 1 0.45 0 0.02 207.01 1 0.49
Hex 0 8A FB 64 2D 0 2 CF 64 31
Octal 0 212 373 144 55 0 2 317 144 61
Binary 0 10001010 11111011 1100100 101101 0 10 11001111 1100100 110001

Color Harmonies of #008AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008AFB

Black with #008AFB

Text Example


Text Example

White with #008AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008AFB; }

 p { color: rgb(0,138,251); }

 H1.HeaderClassName
 {
   color: #008AFB;
 }
 .AnyTagClassName
 {
   color: #008AFB;
 }
</style>

background-color css

<style>
 a { background-color: #008AFB; }

 a { background-color: rgb(0,138,251); }

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

border-color css

<style>
 span { border-color: #008AFB; }

 span { border-color: rgb(0,138,251); }

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