Html Css Color HEX #0017FD Blue

📋 copy color: '#0017FD'

red 0 ◦ green 23 ◦ blue 253

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

Shades of Blue #0017FD

Tints of Blue #0017FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 91.67%

R = 0%
G = 8.33%
B = 91.67%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0017FD (or 0x0017FD) is known color: Blue. HEX triplet: 00, 17 and FD. RGB value is (0,23,253). Sum of RGB (Red+Green+Blue) = 0+23+253=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 253 (99.22% from 255 or 91.67% from 276); Max value from RGB is 253 - color contains mainly: blue. Hex color #0017FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0017FD is #FFE802. Grayscale: #292929. Windows color (decimal): -16771075 or 16586496. OLE color: 16586496.

HSL color Cylindrical-coordinate representation of color #0017FD: hue angle of 234.55º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0017FD is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 23 253 -
CMYK 1 0.91 0 0.01
HSL 234.55º 1% 0.5% -
HSV(B) 234.55º 1% 0.99% -
XYZ 18.04 7.7 93.47 -
YUV 42.34 246.88 97.8 -
System Red Green Blue C M Y K H S L
Decimal 0 23 253 1 0.91 0 0.01 234.55 1 0.5
Hex 0 17 FD 64 5B 0 1 EB 64 32
Octal 0 27 375 144 133 0 1 353 144 62
Binary 0 10111 11111101 1100100 1011011 0 1 11101011 1100100 110010

Color Harmonies of #0017FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0017FD

Black with #0017FD

Text Example


Text Example

White with #0017FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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