Html Css Color HEX #008BFA Dodger Blue

📋 copy color: '#008BFA'

red 0 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #008BFA

Tints of Dodger Blue #008BFA

RGB

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

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

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

R = 0%
G = 35.73%
B = 64.27%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#008BFA (or 0x008BFA) is known color: Dodger Blue. HEX triplet: 00, 8B and FA. RGB value is (0,139,250). Sum of RGB (Red+Green+Blue) = 0+139+250=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #008BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008BFA is #FF7405. Grayscale: #6D6D6D. Windows color (decimal): -16741382 or 16419584. OLE color: 16419584.

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

Color convert

RGB 0 139 250 -
CMYK 1 0.44 0 0.02
HSL 206.64º 1% 0.49% -
HSV(B) 206.64º 1% 0.98% -
XYZ 26.49 25.37 93.94 -
YUV 110.09 206.95 49.47 -
System Red Green Blue C M Y K H S L
Decimal 0 139 250 1 0.44 0 0.02 206.64 1 0.49
Hex 0 8B FA 64 2C 0 2 CF 64 31
Octal 0 213 372 144 54 0 2 317 144 61
Binary 0 10001011 11111010 1100100 101100 0 10 11001111 1100100 110001

Color Harmonies of #008BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BFA

Black with #008BFA

Text Example


Text Example

White with #008BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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