Html Css Color HEX #1D52EF Royal Blue

📋 copy color: '#1D52EF'

red 29 ◦ green 82 ◦ blue 239

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

Shades of Royal Blue #1D52EF

Tints of Royal Blue #1D52EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.29%

R = 8.29%
G = 23.43%
B = 68.29%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D52EF (or 0x1D52EF) is known color: Royal Blue. HEX triplet: 1D, 52 and EF. RGB value is (29,82,239). Sum of RGB (Red+Green+Blue) = 29+82+239=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D52EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D52EF is #E2AD10. Grayscale: #535353. Windows color (decimal): -14855441 or 15684125. OLE color: 15684125.

HSL color Cylindrical-coordinate representation of color #1D52EF: hue angle of 224.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D52EF is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 82 239 -
CMYK 0.88 0.66 0 0.06
HSL 224.86º 0.87% 0.53% -
HSV(B) 224.86º 0.88% 0.94% -
XYZ 19.1 12.53 83.07 -
YUV 84.05 215.44 88.73 -
System Red Green Blue C M Y K H S L
Decimal 29 82 239 0.88 0.66 0 0.06 224.86 0.87 0.53
Hex 1D 52 EF 58 42 0 6 E1 57 35
Octal 35 122 357 130 102 0 6 341 127 65
Binary 11101 1010010 11101111 1011000 1000010 0 110 11100001 1010111 110101

Color Harmonies of #1D52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D52EF

Black with #1D52EF

Text Example


Text Example

White with #1D52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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