Html Css Color HEX #0127F7 Blue

📋 copy color: '#0127F7'

red 1 ◦ green 39 ◦ blue 247

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

Shades of Blue #0127F7

Tints of Blue #0127F7

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 39 (15.63% from 255) = 13.59%

 BLUE value IS 247 (96.88% from 255) = 86.06%

R = 0.35%
G = 13.59%
B = 86.06%

CMYK

 C value IS 1.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0127F7 (or 0x0127F7) is known color: Blue. HEX triplet: 01, 27 and F7. RGB value is (1,39,247). Sum of RGB (Red+Green+Blue) = 1+39+247=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 247 (96.88% from 255 or 86.06% from 287); Max value from RGB is 247 - color contains mainly: blue. Hex color #0127F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0127F7 is #FED808. Grayscale: #323232. Windows color (decimal): -16701449 or 16197377. OLE color: 16197377.

HSL color Cylindrical-coordinate representation of color #0127F7: hue angle of 230.73º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0127F7 is Cyan = 1.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 39 247 -
CMYK 1.00 0.84 0 0.03
HSL 230.73º 0.99% 0.49% -
HSV(B) 230.73º 1% 0.97% -
XYZ 17.53 8.17 88.65 -
YUV 51.35 238.41 92.09 -
System Red Green Blue C M Y K H S L
Decimal 1 39 247 1.00 0.84 0 0.03 230.73 0.99 0.49
Hex 1 27 F7 64 54 0 3 E7 63 31
Octal 1 47 367 144 124 0 3 347 143 61
Binary 1 100111 11110111 1100100 1010100 0 11 11100111 1100011 110001

Color Harmonies of #0127F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0127F7

Black with #0127F7

Text Example


Text Example

White with #0127F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0127F7; }

 p { color: rgb(1,39,247); }

 H1.HeaderClassName
 {
   color: #0127F7;
 }
 .AnyTagClassName
 {
   color: #0127F7;
 }
</style>

background-color css

<style>
 a { background-color: #0127F7; }

 a { background-color: rgb(1,39,247); }

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

border-color css

<style>
 span { border-color: #0127F7; }

 span { border-color: rgb(1,39,247); }

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