Html Css Color HEX #0D1EFB Blue

📋 copy color: '#0D1EFB'

red 13 ◦ green 30 ◦ blue 251

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

Shades of Blue #0D1EFB

Tints of Blue #0D1EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.2%

 BLUE value IS 251 (98.44% from 255) = 85.37%

R = 4.42%
G = 10.2%
B = 85.37%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0D1EFB (or 0x0D1EFB) is known color: Blue. HEX triplet: 0D, 1E and FB. RGB value is (13,30,251). Sum of RGB (Red+Green+Blue) = 13+30+251=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 251 (98.44% from 255 or 85.37% from 294); Max value from RGB is 251 - color contains mainly: blue. Hex color #0D1EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1EFB is #F2E104. Grayscale: #313131. Windows color (decimal): -15917317 or 16457229. OLE color: 16457229.

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

Color convert

RGB 13 30 251 -
CMYK 0.95 0.88 0 0.02
HSL 235.71º 0.97% 0.52% -
HSV(B) 235.71º 0.95% 0.98% -
XYZ 18.04 7.98 91.86 -
YUV 50.11 241.37 101.53 -
System Red Green Blue C M Y K H S L
Decimal 13 30 251 0.95 0.88 0 0.02 235.71 0.97 0.52
Hex D 1E FB 5F 58 0 2 EC 61 34
Octal 15 36 373 137 130 0 2 354 141 64
Binary 1101 11110 11111011 1011111 1011000 0 10 11101100 1100001 110100

Color Harmonies of #0D1EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1EFB

Black with #0D1EFB

Text Example


Text Example

White with #0D1EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,30,251); }

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

background-color css

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

 a { background-color: rgb(13,30,251); }

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

border-color css

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

 span { border-color: rgb(13,30,251); }

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