Html Css Color HEX #1D52EE Royal Blue

📋 copy color: '#1D52EE'

red 29 ◦ green 82 ◦ blue 238

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

Shades of Royal Blue #1D52EE

Tints of Royal Blue #1D52EE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.5%

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

R = 8.31%
G = 23.5%
B = 68.19%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D52EE (or 0x1D52EE) is known color: Royal Blue. HEX triplet: 1D, 52 and EE. RGB value is (29,82,238). Sum of RGB (Red+Green+Blue) = 29+82+238=349 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.31% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D52EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D52EE is #E2AD11. Grayscale: #535353. Windows color (decimal): -14855442 or 15618589. OLE color: 15618589.

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

Color convert

RGB 29 82 238 -
CMYK 0.88 0.66 0 0.07
HSL 224.78º 0.86% 0.52% -
HSV(B) 224.78º 0.88% 0.93% -
XYZ 18.96 12.47 82.3 -
YUV 83.94 214.94 88.82 -
System Red Green Blue C M Y K H S L
Decimal 29 82 238 0.88 0.66 0 0.07 224.78 0.86 0.52
Hex 1D 52 EE 58 42 0 7 E1 56 34
Octal 35 122 356 130 102 0 7 341 126 64
Binary 11101 1010010 11101110 1011000 1000010 0 111 11100001 1010110 110100

Color Harmonies of #1D52EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D52EE

Black with #1D52EE

Text Example


Text Example

White with #1D52EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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