Html Css Color HEX #1855FC Royal Blue

📋 copy color: '#1855FC'

red 24 ◦ green 85 ◦ blue 252

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

Shades of Royal Blue #1855FC

Tints of Royal Blue #1855FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.81%

R = 6.65%
G = 23.55%
B = 69.81%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1855FC (or 0x1855FC) is known color: Royal Blue. HEX triplet: 18, 55 and FC. RGB value is (24,85,252). Sum of RGB (Red+Green+Blue) = 24+85+252=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #1855FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1855FC is #E7AA03. Grayscale: #555555. Windows color (decimal): -15182340 or 16536856. OLE color: 16536856.

HSL color Cylindrical-coordinate representation of color #1855FC: hue angle of 223.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1855FC is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 85 252 -
CMYK 0.90 0.66 0 0.01
HSL 223.95º 0.97% 0.54% -
HSV(B) 223.95º 0.9% 0.99% -
XYZ 21.2 13.72 93.63 -
YUV 85.8 221.79 83.92 -
System Red Green Blue C M Y K H S L
Decimal 24 85 252 0.90 0.66 0 0.01 223.95 0.97 0.54
Hex 18 55 FC 5A 42 0 1 E0 61 36
Octal 30 125 374 132 102 0 1 340 141 66
Binary 11000 1010101 11111100 1011010 1000010 0 1 11100000 1100001 110110

Color Harmonies of #1855FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1855FC

Black with #1855FC

Text Example


Text Example

White with #1855FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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