Html Css Color HEX #1853FA Royal Blue

📋 copy color: '#1853FA'

red 24 ◦ green 83 ◦ blue 250

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

Shades of Royal Blue #1853FA

Tints of Royal Blue #1853FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.25%

 BLUE value IS 250 (98.05% from 255) = 70.03%

R = 6.72%
G = 23.25%
B = 70.03%

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

#1853FA (or 0x1853FA) is known color: Royal Blue. HEX triplet: 18, 53 and FA. RGB value is (24,83,250). Sum of RGB (Red+Green+Blue) = 24+83+250=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #1853FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1853FA is #E7AC05. Grayscale: #535353. Windows color (decimal): -15182854 or 16405272. OLE color: 16405272.

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

Color convert

RGB 24 83 250 -
CMYK 0.90 0.67 0 0.02
HSL 224.34º 0.96% 0.54% -
HSV(B) 224.34º 0.9% 0.98% -
XYZ 20.73 13.28 91.91 -
YUV 84.4 221.45 84.92 -
System Red Green Blue C M Y K H S L
Decimal 24 83 250 0.90 0.67 0 0.02 224.34 0.96 0.54
Hex 18 53 FA 5A 43 0 2 E0 60 36
Octal 30 123 372 132 103 0 2 340 140 66
Binary 11000 1010011 11111010 1011010 1000011 0 10 11100000 1100000 110110

Color Harmonies of #1853FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1853FA

Black with #1853FA

Text Example


Text Example

White with #1853FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1853FA; }

 p { color: rgb(24,83,250); }

 H1.HeaderClassName
 {
   color: #1853FA;
 }
 .AnyTagClassName
 {
   color: #1853FA;
 }
</style>

background-color css

<style>
 a { background-color: #1853FA; }

 a { background-color: rgb(24,83,250); }

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

border-color css

<style>
 span { border-color: #1853FA; }

 span { border-color: rgb(24,83,250); }

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