Html Css Color HEX #1D28EB Persian Blue

📋 copy color: '#1D28EB'

red 29 ◦ green 40 ◦ blue 235

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

Shades of Persian Blue #1D28EB

Tints of Persian Blue #1D28EB

RGB

 RED value IS 29 (11.72% from 255) = 9.54%

 GREEN value IS 40 (16.02% from 255) = 13.16%

 BLUE value IS 235 (92.19% from 255) = 77.3%

R = 9.54%
G = 13.16%
B = 77.3%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D28EB (or 0x1D28EB) is known color: Persian Blue. HEX triplet: 1D, 28 and EB. RGB value is (29,40,235). Sum of RGB (Red+Green+Blue) = 29+40+235=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 235 (92.19% from 255 or 77.30% from 304); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D28EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D28EB is #E2D714. Grayscale: #3A3A3A. Windows color (decimal): -14866197 or 15411229. OLE color: 15411229.

HSL color Cylindrical-coordinate representation of color #1D28EB: hue angle of 236.8º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D28EB is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 40 235 -
CMYK 0.88 0.83 0 0.08
HSL 236.8º 0.84% 0.52% -
HSV(B) 236.8º 0.88% 0.92% -
XYZ 16.26 7.78 79.24 -
YUV 58.94 227.36 106.64 -
System Red Green Blue C M Y K H S L
Decimal 29 40 235 0.88 0.83 0 0.08 236.8 0.84 0.52
Hex 1D 28 EB 58 53 0 8 ED 54 34
Octal 35 50 353 130 123 0 10 355 124 64
Binary 11101 101000 11101011 1011000 1010011 0 1000 11101101 1010100 110100

Color Harmonies of #1D28EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D28EB

Black with #1D28EB

Text Example


Text Example

White with #1D28EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,40,235); }

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

background-color css

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

 a { background-color: rgb(29,40,235); }

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

border-color css

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

 span { border-color: rgb(29,40,235); }

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