Html Css Color HEX #1D38EE Persian Blue

📋 copy color: '#1D38EE'

red 29 ◦ green 56 ◦ blue 238

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

Shades of Persian Blue #1D38EE

Tints of Persian Blue #1D38EE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.34%

 BLUE value IS 238 (93.36% from 255) = 73.68%

R = 8.98%
G = 17.34%
B = 73.68%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D38EE (or 0x1D38EE) is known color: Persian Blue. HEX triplet: 1D, 38 and EE. RGB value is (29,56,238). Sum of RGB (Red+Green+Blue) = 29+56+238=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 238 (93.36% from 255 or 73.68% from 323); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D38EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D38EE is #E2C711. Grayscale: #434343. Windows color (decimal): -14862098 or 15611933. OLE color: 15611933.

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

Color convert

RGB 29 56 238 -
CMYK 0.88 0.76 0 0.07
HSL 232.25º 0.86% 0.52% -
HSV(B) 232.25º 0.88% 0.93% -
XYZ 17.35 9.26 81.76 -
YUV 68.68 223.55 99.7 -
System Red Green Blue C M Y K H S L
Decimal 29 56 238 0.88 0.76 0 0.07 232.25 0.86 0.52
Hex 1D 38 EE 58 4C 0 7 E8 56 34
Octal 35 70 356 130 114 0 7 350 126 64
Binary 11101 111000 11101110 1011000 1001100 0 111 11101000 1010110 110100

Color Harmonies of #1D38EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D38EE

Black with #1D38EE

Text Example


Text Example

White with #1D38EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,56,238); }

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

background-color css

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

 a { background-color: rgb(29,56,238); }

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

border-color css

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

 span { border-color: rgb(29,56,238); }

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