Html Css Color HEX #1F07EE Blue

📋 copy color: '#1F07EE'

red 31 ◦ green 7 ◦ blue 238

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

Shades of Blue #1F07EE

Tints of Blue #1F07EE

RGB

 RED value IS 31 (12.5% from 255) = 11.23%

 GREEN value IS 7 (3.13% from 255) = 2.54%

 BLUE value IS 238 (93.36% from 255) = 86.23%

R = 11.23%
G = 2.54%
B = 86.23%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F07EE (or 0x1F07EE) is known color: Blue. HEX triplet: 1F, 07 and EE. RGB value is (31,7,238). Sum of RGB (Red+Green+Blue) = 31+7+238=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 238 (93.36% from 255 or 86.23% from 276); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F07EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F07EE is #E0F811. Grayscale: #272727. Windows color (decimal): -14743570 or 15599391. OLE color: 15599391.

HSL color Cylindrical-coordinate representation of color #1F07EE: hue angle of 246.23º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F07EE is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 7 238 -
CMYK 0.87 0.97 0 0.07
HSL 246.23º 0.94% 0.48% -
HSV(B) 246.23º 0.97% 0.93% -
XYZ 16.07 6.62 81.32 -
YUV 40.51 239.45 121.22 -
System Red Green Blue C M Y K H S L
Decimal 31 7 238 0.87 0.97 0 0.07 246.23 0.94 0.48
Hex 1F 7 EE 57 61 0 7 F6 5E 30
Octal 37 7 356 127 141 0 7 366 136 60
Binary 11111 111 11101110 1010111 1100001 0 111 11110110 1011110 110000

Color Harmonies of #1F07EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F07EE

Black with #1F07EE

Text Example


Text Example

White with #1F07EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,7,238); }

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

background-color css

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

 a { background-color: rgb(31,7,238); }

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

border-color css

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

 span { border-color: rgb(31,7,238); }

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