Html Css Color HEX #1D28EA Persian Blue

📋 copy color: '#1D28EA'

red 29 ◦ green 40 ◦ blue 234

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

Shades of Persian Blue #1D28EA

Tints of Persian Blue #1D28EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 77.23%

R = 9.57%
G = 13.2%
B = 77.23%

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

#1D28EA (or 0x1D28EA) is known color: Persian Blue. HEX triplet: 1D, 28 and EA. RGB value is (29,40,234). Sum of RGB (Red+Green+Blue) = 29+40+234=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #1D28EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D28EA is #E2D715. Grayscale: #3A3A3A. Windows color (decimal): -14866198 or 15345693. OLE color: 15345693.

HSL color Cylindrical-coordinate representation of color #1D28EA: hue angle of 236.78º degrees, saturation: 0.83, 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 #1D28EA is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 40 234 -
CMYK 0.88 0.83 0 0.08
HSL 236.78º 0.83% 0.52% -
HSV(B) 236.78º 0.88% 0.92% -
XYZ 16.12 7.72 78.48 -
YUV 58.83 226.86 106.73 -
System Red Green Blue C M Y K H S L
Decimal 29 40 234 0.88 0.83 0 0.08 236.78 0.83 0.52
Hex 1D 28 EA 58 53 0 8 ED 53 34
Octal 35 50 352 130 123 0 10 355 123 64
Binary 11101 101000 11101010 1011000 1010011 0 1000 11101101 1010011 110100

Color Harmonies of #1D28EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D28EA

Black with #1D28EA

Text Example


Text Example

White with #1D28EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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