Html Css Color HEX #1B61FF Royal Blue

📋 copy color: '#1B61FF'

red 27 ◦ green 97 ◦ blue 255

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

Shades of Royal Blue #1B61FF

Tints of Royal Blue #1B61FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.59%

 BLUE value IS 255 (100% from 255) = 67.28%

R = 7.12%
G = 25.59%
B = 67.28%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B61FF (or 0x1B61FF) is known color: Royal Blue. HEX triplet: 1B, 61 and FF. RGB value is (27,97,255). Sum of RGB (Red+Green+Blue) = 27+97+255=379 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.12% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B61FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B61FF is #E49E00. Grayscale: #5D5D5D. Windows color (decimal): -14982657 or 16736539. OLE color: 16736539.

HSL color Cylindrical-coordinate representation of color #1B61FF: hue angle of 221.58º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B61FF is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 27 97 255 -
CMYK 0.89 0.62 0 0
HSL 221.58º 1% 0.55% -
HSV(B) 221.58º 0.89% 1% -
XYZ 22.78 16 96.5 -
YUV 94.08 218.81 80.15 -
System Red Green Blue C M Y K H S L
Decimal 27 97 255 0.89 0.62 0 0 221.58 1 0.55
Hex 1B 61 FF 59 3E 0 0 DE 64 37
Octal 33 141 377 131 76 0 0 336 144 67
Binary 11011 1100001 11111111 1011001 111110 0 0 11011110 1100100 110111

Color Harmonies of #1B61FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B61FF

Black with #1B61FF

Text Example


Text Example

White with #1B61FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,97,255); }

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

background-color css

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

 a { background-color: rgb(27,97,255); }

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

border-color css

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

 span { border-color: rgb(27,97,255); }

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