Html Css Color HEX #7BA0FC Cornflower Blue

📋 copy color: '#7BA0FC'

red 123 ◦ green 160 ◦ blue 252

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

Shades of Cornflower Blue #7BA0FC

Tints of Cornflower Blue #7BA0FC

RGB

 RED value IS 123 (48.44% from 255) = 22.99%

 GREEN value IS 160 (62.89% from 255) = 29.91%

 BLUE value IS 252 (98.83% from 255) = 47.1%

R = 22.99%
G = 29.91%
B = 47.1%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BA0FC (or 0x7BA0FC) is known color: Cornflower Blue. HEX triplet: 7B, A0 and FC. RGB value is (123,160,252). Sum of RGB (Red+Green+Blue) = 123+160+252=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BA0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA0FC is #845F03. Grayscale: #9F9F9F. Windows color (decimal): -8675076 or 16556155. OLE color: 16556155.

HSL color Cylindrical-coordinate representation of color #7BA0FC: hue angle of 222.79º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA0FC is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 160 252 -
CMYK 0.51 0.37 0 0.01
HSL 222.79º 0.96% 0.74% -
HSV(B) 222.79º 0.51% 0.99% -
XYZ 38.31 36.38 97.1 -
YUV 159.43 180.24 102.02 -
System Red Green Blue C M Y K H S L
Decimal 123 160 252 0.51 0.37 0 0.01 222.79 0.96 0.74
Hex 7B A0 FC 33 25 0 1 DF 60 4A
Octal 173 240 374 63 45 0 1 337 140 112
Binary 1111011 10100000 11111100 110011 100101 0 1 11011111 1100000 1001010

Color Harmonies of #7BA0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA0FC

Black with #7BA0FC

Text Example


Text Example

White with #7BA0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,160,252); }

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

background-color css

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

 a { background-color: rgb(123,160,252); }

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

border-color css

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

 span { border-color: rgb(123,160,252); }

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