Html Css Color HEX #231FF1 Blue

📋 copy color: '#231FF1'

red 35 ◦ green 31 ◦ blue 241

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

Shades of Blue #231FF1

Tints of Blue #231FF1

RGB

 RED value IS 35 (14.06% from 255) = 11.4%

 GREEN value IS 31 (12.5% from 255) = 10.1%

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

R = 11.4%
G = 10.1%
B = 78.5%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#231FF1 (or 0x231FF1) is known color: Blue. HEX triplet: 23, 1F and F1. RGB value is (35,31,241). Sum of RGB (Red+Green+Blue) = 35+31+241=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 241 (94.53% from 255 or 78.50% from 307); Max value from RGB is 241 - color contains mainly: blue. Hex color #231FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231FF1 is #DCE00E. Grayscale: #373737. Windows color (decimal): -14475279 or 15802147. OLE color: 15802147.

HSL color Cylindrical-coordinate representation of color #231FF1: hue angle of 241.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231FF1 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 31 241 -
CMYK 0.85 0.87 0 0.05
HSL 241.14º 0.88% 0.53% -
HSV(B) 241.14º 0.87% 0.95% -
XYZ 17.06 7.69 83.8 -
YUV 56.14 232.33 112.92 -
System Red Green Blue C M Y K H S L
Decimal 35 31 241 0.85 0.87 0 0.05 241.14 0.88 0.53
Hex 23 1F F1 55 57 0 5 F1 58 35
Octal 43 37 361 125 127 0 5 361 130 65
Binary 100011 11111 11110001 1010101 1010111 0 101 11110001 1011000 110101

Color Harmonies of #231FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231FF1

Black with #231FF1

Text Example


Text Example

White with #231FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231FF1; }

 p { color: rgb(35,31,241); }

 H1.HeaderClassName
 {
   color: #231FF1;
 }
 .AnyTagClassName
 {
   color: #231FF1;
 }
</style>

background-color css

<style>
 a { background-color: #231FF1; }

 a { background-color: rgb(35,31,241); }

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

border-color css

<style>
 span { border-color: #231FF1; }

 span { border-color: rgb(35,31,241); }

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