Html Css Color HEX #1852FD Royal Blue

📋 copy color: '#1852FD'

red 24 ◦ green 82 ◦ blue 253

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

Shades of Royal Blue #1852FD

Tints of Royal Blue #1852FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 70.47%

R = 6.69%
G = 22.84%
B = 70.47%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1852FD (or 0x1852FD) is known color: Royal Blue. HEX triplet: 18, 52 and FD. RGB value is (24,82,253). Sum of RGB (Red+Green+Blue) = 24+82+253=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #1852FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1852FD is #E7AD02. Grayscale: #535353. Windows color (decimal): -15183107 or 16601624. OLE color: 16601624.

HSL color Cylindrical-coordinate representation of color #1852FD: hue angle of 224.8º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1852FD is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 82 253 -
CMYK 0.91 0.68 0 0.01
HSL 224.8º 0.98% 0.54% -
HSV(B) 224.8º 0.91% 0.99% -
XYZ 21.12 13.32 94.39 -
YUV 84.15 223.28 85.1 -
System Red Green Blue C M Y K H S L
Decimal 24 82 253 0.91 0.68 0 0.01 224.8 0.98 0.54
Hex 18 52 FD 5B 44 0 1 E1 62 36
Octal 30 122 375 133 104 0 1 341 142 66
Binary 11000 1010010 11111101 1011011 1000100 0 1 11100001 1100010 110110

Color Harmonies of #1852FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1852FD

Black with #1852FD

Text Example


Text Example

White with #1852FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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