Html Css Color HEX #1852F9 Royal Blue

📋 copy color: '#1852F9'

red 24 ◦ green 82 ◦ blue 249

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

Shades of Royal Blue #1852F9

Tints of Royal Blue #1852F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 70.14%

R = 6.76%
G = 23.1%
B = 70.14%

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

#1852F9 (or 0x1852F9) is known color: Royal Blue. HEX triplet: 18, 52 and F9. RGB value is (24,82,249). Sum of RGB (Red+Green+Blue) = 24+82+249=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 249 (97.66% from 255 or 70.14% from 355); Max value from RGB is 249 - color contains mainly: blue. Hex color #1852F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1852F9 is #E7AD06. Grayscale: #525252. Windows color (decimal): -15183111 or 16339480. OLE color: 16339480.

HSL color Cylindrical-coordinate representation of color #1852F9: hue angle of 224.53º degrees, saturation: 0.95, 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 #1852F9 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 82 249 -
CMYK 0.90 0.67 0 0.02
HSL 224.53º 0.95% 0.54% -
HSV(B) 224.53º 0.9% 0.98% -
XYZ 20.49 13.07 91.06 -
YUV 83.7 221.28 85.42 -
System Red Green Blue C M Y K H S L
Decimal 24 82 249 0.90 0.67 0 0.02 224.53 0.95 0.54
Hex 18 52 F9 5A 43 0 2 E1 5F 36
Octal 30 122 371 132 103 0 2 341 137 66
Binary 11000 1010010 11111001 1011010 1000011 0 10 11100001 1011111 110110

Color Harmonies of #1852F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1852F9

Black with #1852F9

Text Example


Text Example

White with #1852F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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