Html Css Color HEX #231FEF Blue

📋 copy color: '#231FEF'

red 35 ◦ green 31 ◦ blue 239

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

Shades of Blue #231FEF

Tints of Blue #231FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 78.36%

R = 11.48%
G = 10.16%
B = 78.36%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#231FEF (or 0x231FEF) is known color: Blue. HEX triplet: 23, 1F and EF. RGB value is (35,31,239). Sum of RGB (Red+Green+Blue) = 35+31+239=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 239 (93.75% from 255 or 78.36% from 305); Max value from RGB is 239 - color contains mainly: blue. Hex color #231FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231FEF is #DCE010. Grayscale: #373737. Windows color (decimal): -14475281 or 15671075. OLE color: 15671075.

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

Color convert

RGB 35 31 239 -
CMYK 0.85 0.87 0 0.06
HSL 241.15º 0.87% 0.53% -
HSV(B) 241.15º 0.87% 0.94% -
XYZ 16.76 7.57 82.24 -
YUV 55.91 231.33 113.09 -
System Red Green Blue C M Y K H S L
Decimal 35 31 239 0.85 0.87 0 0.06 241.15 0.87 0.53
Hex 23 1F EF 55 57 0 6 F1 57 35
Octal 43 37 357 125 127 0 6 361 127 65
Binary 100011 11111 11101111 1010101 1010111 0 110 11110001 1010111 110101

Color Harmonies of #231FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231FEF

Black with #231FEF

Text Example


Text Example

White with #231FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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