Html Css Color HEX #1B66F0 Royal Blue

📋 copy color: '#1B66F0'

red 27 ◦ green 102 ◦ blue 240

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

Shades of Royal Blue #1B66F0

Tints of Royal Blue #1B66F0

RGB

 RED value IS 27 (10.94% from 255) = 7.32%

 GREEN value IS 102 (40.23% from 255) = 27.64%

 BLUE value IS 240 (94.14% from 255) = 65.04%

R = 7.32%
G = 27.64%
B = 65.04%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1B66F0 (or 0x1B66F0) is known color: Royal Blue. HEX triplet: 1B, 66 and F0. RGB value is (27,102,240). Sum of RGB (Red+Green+Blue) = 27+102+240=369 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.32% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 240 (94.14% from 255 or 65.04% from 369); Max value from RGB is 240 - color contains mainly: blue. Hex color #1B66F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B66F0 is #E4990F. Grayscale: #5E5E5E. Windows color (decimal): -14981392 or 15754779. OLE color: 15754779.

HSL color Cylindrical-coordinate representation of color #1B66F0: hue angle of 218.87º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B66F0 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 102 240 -
CMYK 0.89 0.58 0 0.06
HSL 218.87º 0.88% 0.52% -
HSV(B) 218.87º 0.89% 0.94% -
XYZ 20.93 16.03 84.43 -
YUV 95.31 209.65 79.28 -
System Red Green Blue C M Y K H S L
Decimal 27 102 240 0.89 0.58 0 0.06 218.87 0.88 0.52
Hex 1B 66 F0 59 3A 0 6 DB 58 34
Octal 33 146 360 131 72 0 6 333 130 64
Binary 11011 1100110 11110000 1011001 111010 0 110 11011011 1011000 110100

Color Harmonies of #1B66F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B66F0

Black with #1B66F0

Text Example


Text Example

White with #1B66F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B66F0; }

 p { color: rgb(27,102,240); }

 H1.HeaderClassName
 {
   color: #1B66F0;
 }
 .AnyTagClassName
 {
   color: #1B66F0;
 }
</style>

background-color css

<style>
 a { background-color: #1B66F0; }

 a { background-color: rgb(27,102,240); }

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

border-color css

<style>
 span { border-color: #1B66F0; }

 span { border-color: rgb(27,102,240); }

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