Html Css Color HEX #1B00FD Blue

📋 copy color: '#1B00FD'

red 27 ◦ green 0 ◦ blue 253

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

Shades of Blue #1B00FD

Tints of Blue #1B00FD

RGB

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

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

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

R = 9.64%
G = 0%
B = 90.36%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1B00FD (or 0x1B00FD) is known color: Blue. HEX triplet: 1B, 00 and FD. RGB value is (27,0,253). Sum of RGB (Red+Green+Blue) = 27+0+253=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 253 (99.22% from 255 or 90.36% from 280); Max value from RGB is 253 - color contains mainly: blue. Hex color #1B00FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B00FD is #E4FF02. Grayscale: #232323. Windows color (decimal): -15007491 or 16580635. OLE color: 16580635.

HSL color Cylindrical-coordinate representation of color #1B00FD: hue angle of 246.4º 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 #1B00FD is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 27 0 253 -
CMYK 0.89 1 0 0.01
HSL 246.4º 1% 0.5% -
HSV(B) 246.4º 1% 0.99% -
XYZ 18.18 7.32 93.38 -
YUV 36.92 249.95 120.93 -
System Red Green Blue C M Y K H S L
Decimal 27 0 253 0.89 1 0 0.01 246.4 1 0.5
Hex 1B 0 FD 59 64 0 1 F6 64 32
Octal 33 0 375 131 144 0 1 366 144 62
Binary 11011 0 11111101 1011001 1100100 0 1 11110110 1100100 110010

Color Harmonies of #1B00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B00FD

Black with #1B00FD

Text Example


Text Example

White with #1B00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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