Html Css Color HEX #008EFA Dodger Blue

📋 copy color: '#008EFA'

red 0 ◦ green 142 ◦ blue 250

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

Shades of Dodger Blue #008EFA

Tints of Dodger Blue #008EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.22%

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

R = 0%
G = 36.22%
B = 63.78%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#008EFA (or 0x008EFA) is known color: Dodger Blue. HEX triplet: 00, 8E and FA. RGB value is (0,142,250). Sum of RGB (Red+Green+Blue) = 0+142+250=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #008EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008EFA is #FF7105. Grayscale: #6F6F6F. Windows color (decimal): -16740614 or 16420352. OLE color: 16420352.

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

Color convert

RGB 0 142 250 -
CMYK 1 0.43 0 0.02
HSL 205.92º 1% 0.49% -
HSV(B) 205.92º 1% 0.98% -
XYZ 26.93 26.25 94.09 -
YUV 111.85 205.96 48.22 -
System Red Green Blue C M Y K H S L
Decimal 0 142 250 1 0.43 0 0.02 205.92 1 0.49
Hex 0 8E FA 64 2B 0 2 CE 64 31
Octal 0 216 372 144 53 0 2 316 144 61
Binary 0 10001110 11111010 1100100 101011 0 10 11001110 1100100 110001

Color Harmonies of #008EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008EFA

Black with #008EFA

Text Example


Text Example

White with #008EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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