Html Css Color HEX #1855FB Royal Blue

📋 copy color: '#1855FB'

red 24 ◦ green 85 ◦ blue 251

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

Shades of Royal Blue #1855FB

Tints of Royal Blue #1855FB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.61%

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

R = 6.67%
G = 23.61%
B = 69.72%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1855FB (or 0x1855FB) is known color: Royal Blue. HEX triplet: 18, 55 and FB. RGB value is (24,85,251). Sum of RGB (Red+Green+Blue) = 24+85+251=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #1855FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1855FB is #E7AA04. Grayscale: #545454. Windows color (decimal): -15182341 or 16471320. OLE color: 16471320.

HSL color Cylindrical-coordinate representation of color #1855FB: hue angle of 223.88º 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 #1855FB is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 85 251 -
CMYK 0.90 0.66 0 0.02
HSL 223.88º 0.97% 0.54% -
HSV(B) 223.88º 0.9% 0.98% -
XYZ 21.04 13.66 92.79 -
YUV 85.69 221.29 84 -
System Red Green Blue C M Y K H S L
Decimal 24 85 251 0.90 0.66 0 0.02 223.88 0.97 0.54
Hex 18 55 FB 5A 42 0 2 E0 61 36
Octal 30 125 373 132 102 0 2 340 141 66
Binary 11000 1010101 11111011 1011010 1000010 0 10 11100000 1100001 110110

Color Harmonies of #1855FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1855FB

Black with #1855FB

Text Example


Text Example

White with #1855FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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