Html Css Color HEX #018FEA Dodger Blue

📋 copy color: '#018FEA'

red 1 ◦ green 143 ◦ blue 234

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

Shades of Dodger Blue #018FEA

Tints of Dodger Blue #018FEA

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

 GREEN value IS 143 (56.25% from 255) = 37.83%

 BLUE value IS 234 (91.8% from 255) = 61.9%

R = 0.26%
G = 37.83%
B = 61.9%

CMYK

 C value IS 1.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#018FEA (or 0x018FEA) is known color: Dodger Blue. HEX triplet: 01, 8F and EA. RGB value is (1,143,234). Sum of RGB (Red+Green+Blue) = 1+143+234=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #018FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018FEA is #FE7015. Grayscale: #6E6E6E. Windows color (decimal): -16674838 or 15372033. OLE color: 15372033.

HSL color Cylindrical-coordinate representation of color #018FEA: hue angle of 203.43º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018FEA is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 143 234 -
CMYK 1.00 0.39 0 0.08
HSL 203.43º 0.99% 0.46% -
HSV(B) 203.43º 1% 0.92% -
XYZ 24.69 25.59 81.48 -
YUV 110.92 197.46 49.6 -
System Red Green Blue C M Y K H S L
Decimal 1 143 234 1.00 0.39 0 0.08 203.43 0.99 0.46
Hex 1 8F EA 64 27 0 8 CB 63 2E
Octal 1 217 352 144 47 0 10 313 143 56
Binary 1 10001111 11101010 1100100 100111 0 1000 11001011 1100011 101110

Color Harmonies of #018FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FEA

Black with #018FEA

Text Example


Text Example

White with #018FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018FEA; }

 p { color: rgb(1,143,234); }

 H1.HeaderClassName
 {
   color: #018FEA;
 }
 .AnyTagClassName
 {
   color: #018FEA;
 }
</style>

background-color css

<style>
 a { background-color: #018FEA; }

 a { background-color: rgb(1,143,234); }

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

border-color css

<style>
 span { border-color: #018FEA; }

 span { border-color: rgb(1,143,234); }

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