Html Css Color HEX #0D17FD Blue

📋 copy color: '#0D17FD'

red 13 ◦ green 23 ◦ blue 253

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

Shades of Blue #0D17FD

Tints of Blue #0D17FD

RGB

 RED value IS 13 (5.47% from 255) = 4.5%

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

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

R = 4.5%
G = 7.96%
B = 87.54%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0D17FD (or 0x0D17FD) is known color: Blue. HEX triplet: 0D, 17 and FD. RGB value is (13,23,253). Sum of RGB (Red+Green+Blue) = 13+23+253=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 253 (99.22% from 255 or 87.54% from 289); Max value from RGB is 253 - color contains mainly: blue. Hex color #0D17FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D17FD is #F2E802. Grayscale: #2D2D2D. Windows color (decimal): -15919107 or 16586509. OLE color: 16586509.

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

Color convert

RGB 13 23 253 -
CMYK 0.95 0.91 0 0.01
HSL 237.5º 0.98% 0.52% -
HSV(B) 237.5º 0.95% 0.99% -
XYZ 18.2 7.79 93.47 -
YUV 46.23 244.69 104.3 -
System Red Green Blue C M Y K H S L
Decimal 13 23 253 0.95 0.91 0 0.01 237.5 0.98 0.52
Hex D 17 FD 5F 5B 0 1 EE 62 34
Octal 15 27 375 137 133 0 1 356 142 64
Binary 1101 10111 11111101 1011111 1011011 0 1 11101110 1100010 110100

Color Harmonies of #0D17FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D17FD

Black with #0D17FD

Text Example


Text Example

White with #0D17FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D17FD; }

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

 H1.HeaderClassName
 {
   color: #0D17FD;
 }
 .AnyTagClassName
 {
   color: #0D17FD;
 }
</style>

background-color css

<style>
 a { background-color: #0D17FD; }

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

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

border-color css

<style>
 span { border-color: #0D17FD; }

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

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