Html Css Color HEX #1B3FDE Persian Blue

📋 copy color: '#1B3FDE'

red 27 ◦ green 63 ◦ blue 222

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

Shades of Persian Blue #1B3FDE

Tints of Persian Blue #1B3FDE

RGB

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

 GREEN value IS 63 (25% from 255) = 20.19%

 BLUE value IS 222 (87.11% from 255) = 71.15%

R = 8.65%
G = 20.19%
B = 71.15%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B3FDE (or 0x1B3FDE) is known color: Persian Blue. HEX triplet: 1B, 3F and DE. RGB value is (27,63,222). Sum of RGB (Red+Green+Blue) = 27+63+222=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 222 (87.11% from 255 or 71.15% from 312); Max value from RGB is 222 - color contains mainly: blue. Hex color #1B3FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3FDE is #E4C021. Grayscale: #454545. Windows color (decimal): -14991394 or 14565147. OLE color: 14565147.

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

Color convert

RGB 27 63 222 -
CMYK 0.88 0.72 0 0.13
HSL 228.92º 0.78% 0.49% -
HSV(B) 228.92º 0.88% 0.87% -
XYZ 15.41 9.06 70.04 -
YUV 70.36 213.57 97.07 -
System Red Green Blue C M Y K H S L
Decimal 27 63 222 0.88 0.72 0 0.13 228.92 0.78 0.49
Hex 1B 3F DE 58 48 0 D E5 4E 31
Octal 33 77 336 130 110 0 15 345 116 61
Binary 11011 111111 11011110 1011000 1001000 0 1101 11100101 1001110 110001

Color Harmonies of #1B3FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3FDE

Black with #1B3FDE

Text Example


Text Example

White with #1B3FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,63,222); }

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

background-color css

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

 a { background-color: rgb(27,63,222); }

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

border-color css

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

 span { border-color: rgb(27,63,222); }

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