Html Css Color HEX #1B2EDD Persian Blue

📋 copy color: '#1B2EDD'

red 27 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #1B2EDD

Tints of Persian Blue #1B2EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.65%

 BLUE value IS 221 (86.72% from 255) = 75.17%

R = 9.18%
G = 15.65%
B = 75.17%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B2EDD (or 0x1B2EDD) is known color: Persian Blue. HEX triplet: 1B, 2E and DD. RGB value is (27,46,221). Sum of RGB (Red+Green+Blue) = 27+46+221=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 221 (86.72% from 255 or 75.17% from 294); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B2EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2EDD is #E4D122. Grayscale: #3B3B3B. Windows color (decimal): -14995747 or 14495259. OLE color: 14495259.

HSL color Cylindrical-coordinate representation of color #1B2EDD: hue angle of 234.12º 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 #1B2EDD is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 46 221 -
CMYK 0.88 0.79 0 0.13
HSL 234.12º 0.78% 0.49% -
HSV(B) 234.12º 0.88% 0.87% -
XYZ 14.48 7.41 69.07 -
YUV 60.27 218.71 104.27 -
System Red Green Blue C M Y K H S L
Decimal 27 46 221 0.88 0.79 0 0.13 234.12 0.78 0.49
Hex 1B 2E DD 58 4F 0 D EA 4E 31
Octal 33 56 335 130 117 0 15 352 116 61
Binary 11011 101110 11011101 1011000 1001111 0 1101 11101010 1001110 110001

Color Harmonies of #1B2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2EDD

Black with #1B2EDD

Text Example


Text Example

White with #1B2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,46,221); }

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

background-color css

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

 a { background-color: rgb(27,46,221); }

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

border-color css

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

 span { border-color: rgb(27,46,221); }

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