Html Css Color HEX #1B30DF Persian Blue

📋 copy color: '#1B30DF'

red 27 ◦ green 48 ◦ blue 223

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

Shades of Persian Blue #1B30DF

Tints of Persian Blue #1B30DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.11%

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

R = 9.06%
G = 16.11%
B = 74.83%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B30DF (or 0x1B30DF) is known color: Persian Blue. HEX triplet: 1B, 30 and DF. RGB value is (27,48,223). Sum of RGB (Red+Green+Blue) = 27+48+223=298 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.06% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 223 (87.5% from 255 or 74.83% from 298); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B30DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B30DF is #E4CF20. Grayscale: #3C3C3C. Windows color (decimal): -14995233 or 14626843. OLE color: 14626843.

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

Color convert

RGB 27 48 223 -
CMYK 0.88 0.78 0 0.13
HSL 233.57º 0.78% 0.49% -
HSV(B) 233.57º 0.88% 0.87% -
XYZ 14.83 7.67 70.51 -
YUV 61.67 219.04 103.27 -
System Red Green Blue C M Y K H S L
Decimal 27 48 223 0.88 0.78 0 0.13 233.57 0.78 0.49
Hex 1B 30 DF 58 4E 0 D EA 4E 31
Octal 33 60 337 130 116 0 15 352 116 61
Binary 11011 110000 11011111 1011000 1001110 0 1101 11101010 1001110 110001

Color Harmonies of #1B30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B30DF

Black with #1B30DF

Text Example


Text Example

White with #1B30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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