Html Css Color HEX #1B03DF Medium Blue

📋 copy color: '#1B03DF'

red 27 ◦ green 3 ◦ blue 223

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

Shades of Medium Blue #1B03DF

Tints of Medium Blue #1B03DF

RGB

 RED value IS 27 (10.94% from 255) = 10.67%

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 223 (87.5% from 255) = 88.14%

R = 10.67%
G = 1.19%
B = 88.14%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B03DF (or 0x1B03DF) is known color: Medium Blue. HEX triplet: 1B, 03 and DF. RGB value is (27,3,223). Sum of RGB (Red+Green+Blue) = 27+3+223=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 223 (87.5% from 255 or 88.14% from 253); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B03DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B03DF is #E4FC20. Grayscale: #222222. Windows color (decimal): -15006753 or 14615323. OLE color: 14615323.

HSL color Cylindrical-coordinate representation of color #1B03DF: hue angle of 246.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B03DF is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 3 223 -
CMYK 0.88 0.99 0 0.13
HSL 246.55º 0.97% 0.44% -
HSV(B) 246.55º 0.99% 0.87% -
XYZ 13.8 5.63 70.17 -
YUV 35.26 233.95 122.11 -
System Red Green Blue C M Y K H S L
Decimal 27 3 223 0.88 0.99 0 0.13 246.55 0.97 0.44
Hex 1B 3 DF 58 63 0 D F7 61 2C
Octal 33 3 337 130 143 0 15 367 141 54
Binary 11011 11 11011111 1011000 1100011 0 1101 11110111 1100001 101100

Color Harmonies of #1B03DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B03DF

Black with #1B03DF

Text Example


Text Example

White with #1B03DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B03DF; }

 p { color: rgb(27,3,223); }

 H1.HeaderClassName
 {
   color: #1B03DF;
 }
 .AnyTagClassName
 {
   color: #1B03DF;
 }
</style>

background-color css

<style>
 a { background-color: #1B03DF; }

 a { background-color: rgb(27,3,223); }

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

border-color css

<style>
 span { border-color: #1B03DF; }

 span { border-color: rgb(27,3,223); }

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