Html Css Color HEX #1865F3 Royal Blue

📋 copy color: '#1865F3'

red 24 ◦ green 101 ◦ blue 243

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

Shades of Royal Blue #1865F3

Tints of Royal Blue #1865F3

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

 BLUE value IS 243 (95.31% from 255) = 66.03%

R = 6.52%
G = 27.45%
B = 66.03%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1865F3 (or 0x1865F3) is known color: Royal Blue. HEX triplet: 18, 65 and F3. RGB value is (24,101,243). Sum of RGB (Red+Green+Blue) = 24+101+243=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 243 (95.31% from 255 or 66.03% from 368); Max value from RGB is 243 - color contains mainly: blue. Hex color #1865F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1865F3 is #E79A0C. Grayscale: #5D5D5D. Windows color (decimal): -15178253 or 15951128. OLE color: 15951128.

HSL color Cylindrical-coordinate representation of color #1865F3: hue angle of 218.9º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1865F3 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 101 243 -
CMYK 0.90 0.58 0 0.05
HSL 218.9º 0.9% 0.52% -
HSV(B) 218.9º 0.9% 0.95% -
XYZ 21.21 15.97 86.76 -
YUV 94.17 211.99 77.95 -
System Red Green Blue C M Y K H S L
Decimal 24 101 243 0.90 0.58 0 0.05 218.9 0.9 0.52
Hex 18 65 F3 5A 3A 0 5 DB 5A 34
Octal 30 145 363 132 72 0 5 333 132 64
Binary 11000 1100101 11110011 1011010 111010 0 101 11011011 1011010 110100

Color Harmonies of #1865F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1865F3

Black with #1865F3

Text Example


Text Example

White with #1865F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1865F3; }

 p { color: rgb(24,101,243); }

 H1.HeaderClassName
 {
   color: #1865F3;
 }
 .AnyTagClassName
 {
   color: #1865F3;
 }
</style>

background-color css

<style>
 a { background-color: #1865F3; }

 a { background-color: rgb(24,101,243); }

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

border-color css

<style>
 span { border-color: #1865F3; }

 span { border-color: rgb(24,101,243); }

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