Html Css Color HEX #1B25F1 Blue

📋 copy color: '#1B25F1'

red 27 ◦ green 37 ◦ blue 241

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

Shades of Blue #1B25F1

Tints of Blue #1B25F1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.13%

 BLUE value IS 241 (94.53% from 255) = 79.02%

R = 8.85%
G = 12.13%
B = 79.02%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1B25F1 (or 0x1B25F1) is known color: Blue. HEX triplet: 1B, 25 and F1. RGB value is (27,37,241). Sum of RGB (Red+Green+Blue) = 27+37+241=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 241 (94.53% from 255 or 79.02% from 305); Max value from RGB is 241 - color contains mainly: blue. Hex color #1B25F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B25F1 is #E4DA0E. Grayscale: #383838. Windows color (decimal): -14998031 or 15803675. OLE color: 15803675.

HSL color Cylindrical-coordinate representation of color #1B25F1: hue angle of 237.2º degrees, saturation: 0.88, 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 #1B25F1 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 27 37 241 -
CMYK 0.89 0.85 0 0.05
HSL 237.2º 0.88% 0.53% -
HSV(B) 237.2º 0.89% 0.95% -
XYZ 16.99 7.91 83.85 -
YUV 57.27 231.69 106.41 -
System Red Green Blue C M Y K H S L
Decimal 27 37 241 0.89 0.85 0 0.05 237.2 0.88 0.53
Hex 1B 25 F1 59 55 0 5 ED 58 35
Octal 33 45 361 131 125 0 5 355 130 65
Binary 11011 100101 11110001 1011001 1010101 0 101 11101101 1011000 110101

Color Harmonies of #1B25F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B25F1

Black with #1B25F1

Text Example


Text Example

White with #1B25F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,37,241); }

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

background-color css

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

 a { background-color: rgb(27,37,241); }

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

border-color css

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

 span { border-color: rgb(27,37,241); }

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