Html Css Color HEX #7F9BFE Cornflower Blue

📋 copy color: '#7F9BFE'

red 127 ◦ green 155 ◦ blue 254

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

Shades of Cornflower Blue #7F9BFE

Tints of Cornflower Blue #7F9BFE

RGB

 RED value IS 127 (50% from 255) = 23.69%

 GREEN value IS 155 (60.94% from 255) = 28.92%

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 23.69%
G = 28.92%
B = 47.39%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F9BFE (or 0x7F9BFE) is known color: Cornflower Blue. HEX triplet: 7F, 9B and FE. RGB value is (127,155,254). Sum of RGB (Red+Green+Blue) = 127+155+254=536 (70% of max value = 765). Red value is 127 (50% from 255 or 23.69% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F9BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9BFE is #806401. Grayscale: #9D9D9D. Windows color (decimal): -8414210 or 16685951. OLE color: 16685951.

HSL color Cylindrical-coordinate representation of color #7F9BFE: hue angle of 226.77º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F9BFE is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 155 254 -
CMYK 0.50 0.39 0 0.00
HSL 226.77º 0.98% 0.75% -
HSV(B) 226.77º 0.5% 1% -
XYZ 38.36 35.11 98.52 -
YUV 157.91 182.22 105.95 -
System Red Green Blue C M Y K H S L
Decimal 127 155 254 0.50 0.39 0 0.00 226.77 0.98 0.75
Hex 7F 9B FE 32 27 0 0 E3 62 4B
Octal 177 233 376 62 47 0 0 343 142 113
Binary 1111111 10011011 11111110 110010 100111 0 0 11100011 1100010 1001011

Color Harmonies of #7F9BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9BFE

Black with #7F9BFE

Text Example


Text Example

White with #7F9BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F9BFE; }

 p { color: rgb(127,155,254); }

 H1.HeaderClassName
 {
   color: #7F9BFE;
 }
 .AnyTagClassName
 {
   color: #7F9BFE;
 }
</style>

background-color css

<style>
 a { background-color: #7F9BFE; }

 a { background-color: rgb(127,155,254); }

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

border-color css

<style>
 span { border-color: #7F9BFE; }

 span { border-color: rgb(127,155,254); }

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