Html Css Color HEX #1852FB Royal Blue

📋 copy color: '#1852FB'

red 24 ◦ green 82 ◦ blue 251

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

Shades of Royal Blue #1852FB

Tints of Royal Blue #1852FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.31%

R = 6.72%
G = 22.97%
B = 70.31%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1852FB (or 0x1852FB) is known color: Royal Blue. HEX triplet: 18, 52 and FB. RGB value is (24,82,251). Sum of RGB (Red+Green+Blue) = 24+82+251=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #1852FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1852FB is #E7AD04. Grayscale: #535353. Windows color (decimal): -15183109 or 16470552. OLE color: 16470552.

HSL color Cylindrical-coordinate representation of color #1852FB: hue angle of 224.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1852FB is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 82 251 -
CMYK 0.90 0.67 0 0.02
HSL 224.67º 0.97% 0.54% -
HSV(B) 224.67º 0.9% 0.98% -
XYZ 20.81 13.19 92.72 -
YUV 83.92 222.28 85.26 -
System Red Green Blue C M Y K H S L
Decimal 24 82 251 0.90 0.67 0 0.02 224.67 0.97 0.54
Hex 18 52 FB 5A 43 0 2 E1 61 36
Octal 30 122 373 132 103 0 2 341 141 66
Binary 11000 1010010 11111011 1011010 1000011 0 10 11100001 1100001 110110

Color Harmonies of #1852FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1852FB

Black with #1852FB

Text Example


Text Example

White with #1852FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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