Html Css Color HEX #1B4BF2 Royal Blue

📋 copy color: '#1B4BF2'

red 27 ◦ green 75 ◦ blue 242

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

Shades of Royal Blue #1B4BF2

Tints of Royal Blue #1B4BF2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.8%

 BLUE value IS 242 (94.92% from 255) = 70.35%

R = 7.85%
G = 21.8%
B = 70.35%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1B4BF2 (or 0x1B4BF2) is known color: Royal Blue. HEX triplet: 1B, 4B and F2. RGB value is (27,75,242). Sum of RGB (Red+Green+Blue) = 27+75+242=344 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.85% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 242 (94.92% from 255 or 70.35% from 344); Max value from RGB is 242 - color contains mainly: blue. Hex color #1B4BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B4BF2 is #E4B40D. Grayscale: #4E4E4E. Windows color (decimal): -14988302 or 15878939. OLE color: 15878939.

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

Color convert

RGB 27 75 242 -
CMYK 0.89 0.69 0 0.05
HSL 226.6º 0.89% 0.53% -
HSV(B) 226.6º 0.89% 0.95% -
XYZ 19 11.68 85.26 -
YUV 79.69 219.6 90.42 -
System Red Green Blue C M Y K H S L
Decimal 27 75 242 0.89 0.69 0 0.05 226.6 0.89 0.53
Hex 1B 4B F2 59 45 0 5 E3 59 35
Octal 33 113 362 131 105 0 5 343 131 65
Binary 11011 1001011 11110010 1011001 1000101 0 101 11100011 1011001 110101

Color Harmonies of #1B4BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4BF2

Black with #1B4BF2

Text Example


Text Example

White with #1B4BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,75,242); }

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

background-color css

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

 a { background-color: rgb(27,75,242); }

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

border-color css

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

 span { border-color: rgb(27,75,242); }

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