Html Css Color HEX #0017EF Blue

📋 copy color: '#0017EF'

red 0 ◦ green 23 ◦ blue 239

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

Shades of Blue #0017EF

Tints of Blue #0017EF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.78%

 BLUE value IS 239 (93.75% from 255) = 91.22%

R = 0%
G = 8.78%
B = 91.22%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0017EF (or 0x0017EF) is known color: Blue. HEX triplet: 00, 17 and EF. RGB value is (0,23,239). Sum of RGB (Red+Green+Blue) = 0+23+239=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 239 (93.75% from 255 or 91.22% from 262); Max value from RGB is 239 - color contains mainly: blue. Hex color #0017EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0017EF is #FFE810. Grayscale: #272727. Windows color (decimal): -16771089 or 15668992. OLE color: 15668992.

HSL color Cylindrical-coordinate representation of color #0017EF: hue angle of 234.23º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0017EF is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 23 239 -
CMYK 1 0.90 0 0.06
HSL 234.23º 1% 0.47% -
HSV(B) 234.23º 1% 0.94% -
XYZ 15.89 6.84 82.15 -
YUV 40.75 239.88 98.94 -
System Red Green Blue C M Y K H S L
Decimal 0 23 239 1 0.90 0 0.06 234.23 1 0.47
Hex 0 17 EF 64 5A 0 6 EA 64 2F
Octal 0 27 357 144 132 0 6 352 144 57
Binary 0 10111 11101111 1100100 1011010 0 110 11101010 1100100 101111

Color Harmonies of #0017EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0017EF

Black with #0017EF

Text Example


Text Example

White with #0017EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0017EF; }

 p { color: rgb(0,23,239); }

 H1.HeaderClassName
 {
   color: #0017EF;
 }
 .AnyTagClassName
 {
   color: #0017EF;
 }
</style>

background-color css

<style>
 a { background-color: #0017EF; }

 a { background-color: rgb(0,23,239); }

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

border-color css

<style>
 span { border-color: #0017EF; }

 span { border-color: rgb(0,23,239); }

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