Html Css Color HEX #1852EF Royal Blue

📋 copy color: '#1852EF'

red 24 ◦ green 82 ◦ blue 239

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

Shades of Royal Blue #1852EF

Tints of Royal Blue #1852EF

RGB

 RED value IS 24 (9.77% from 255) = 6.96%

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

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

R = 6.96%
G = 23.77%
B = 69.28%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1852EF (or 0x1852EF) is known color: Royal Blue. HEX triplet: 18, 52 and EF. RGB value is (24,82,239). Sum of RGB (Red+Green+Blue) = 24+82+239=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #1852EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1852EF is #E7AD10. Grayscale: #515151. Windows color (decimal): -15183121 or 15684120. OLE color: 15684120.

HSL color Cylindrical-coordinate representation of color #1852EF: hue angle of 223.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1852EF is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 82 239 -
CMYK 0.90 0.66 0 0.06
HSL 223.81º 0.87% 0.52% -
HSV(B) 223.81º 0.9% 0.94% -
XYZ 18.97 12.46 83.07 -
YUV 82.56 216.28 86.23 -
System Red Green Blue C M Y K H S L
Decimal 24 82 239 0.90 0.66 0 0.06 223.81 0.87 0.52
Hex 18 52 EF 5A 42 0 6 E0 57 34
Octal 30 122 357 132 102 0 6 340 127 64
Binary 11000 1010010 11101111 1011010 1000010 0 110 11100000 1010111 110100

Color Harmonies of #1852EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1852EF

Black with #1852EF

Text Example


Text Example

White with #1852EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1852EF; }

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

 H1.HeaderClassName
 {
   color: #1852EF;
 }
 .AnyTagClassName
 {
   color: #1852EF;
 }
</style>

background-color css

<style>
 a { background-color: #1852EF; }

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

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

border-color css

<style>
 span { border-color: #1852EF; }

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

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