Html Css Color HEX #1855EF Royal Blue

📋 copy color: '#1855EF'

red 24 ◦ green 85 ◦ blue 239

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

Shades of Royal Blue #1855EF

Tints of Royal Blue #1855EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.68%

R = 6.9%
G = 24.43%
B = 68.68%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1855EF (or 0x1855EF) is known color: Royal Blue. HEX triplet: 18, 55 and EF. RGB value is (24,85,239). Sum of RGB (Red+Green+Blue) = 24+85+239=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #1855EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1855EF is #E7AA10. Grayscale: #535353. Windows color (decimal): -15182353 or 15684888. OLE color: 15684888.

HSL color Cylindrical-coordinate representation of color #1855EF: hue angle of 222.98º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1855EF is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 85 239 -
CMYK 0.90 0.64 0 0.06
HSL 222.98º 0.87% 0.52% -
HSV(B) 222.98º 0.9% 0.94% -
XYZ 19.21 12.92 83.14 -
YUV 84.32 215.29 84.98 -
System Red Green Blue C M Y K H S L
Decimal 24 85 239 0.90 0.64 0 0.06 222.98 0.87 0.52
Hex 18 55 EF 5A 40 0 6 DF 57 34
Octal 30 125 357 132 100 0 6 337 127 64
Binary 11000 1010101 11101111 1011010 1000000 0 110 11011111 1010111 110100

Color Harmonies of #1855EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1855EF

Black with #1855EF

Text Example


Text Example

White with #1855EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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