Html Css Color HEX #1C30EC Persian Blue

📋 copy color: '#1C30EC'

red 28 ◦ green 48 ◦ blue 236

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

Shades of Persian Blue #1C30EC

Tints of Persian Blue #1C30EC

RGB

 RED value IS 28 (11.33% from 255) = 8.97%

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

 BLUE value IS 236 (92.58% from 255) = 75.64%

R = 8.97%
G = 15.38%
B = 75.64%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1C30EC (or 0x1C30EC) is known color: Persian Blue. HEX triplet: 1C, 30 and EC. RGB value is (28,48,236). Sum of RGB (Red+Green+Blue) = 28+48+236=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #1C30EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C30EC is #E3CF13. Grayscale: #3E3E3E. Windows color (decimal): -14929684 or 15478812. OLE color: 15478812.

HSL color Cylindrical-coordinate representation of color #1C30EC: hue angle of 234.23º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C30EC is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 48 236 -
CMYK 0.88 0.80 0 0.07
HSL 234.23º 0.85% 0.52% -
HSV(B) 234.23º 0.88% 0.93% -
XYZ 16.68 8.42 80.1 -
YUV 63.45 225.37 102.71 -
System Red Green Blue C M Y K H S L
Decimal 28 48 236 0.88 0.80 0 0.07 234.23 0.85 0.52
Hex 1C 30 EC 58 50 0 7 EA 55 34
Octal 34 60 354 130 120 0 7 352 125 64
Binary 11100 110000 11101100 1011000 1010000 0 111 11101010 1010101 110100

Color Harmonies of #1C30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C30EC

Black with #1C30EC

Text Example


Text Example

White with #1C30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,48,236); }

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

background-color css

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

 a { background-color: rgb(28,48,236); }

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

border-color css

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

 span { border-color: rgb(28,48,236); }

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