Html Css Color HEX #7BA1FF Cornflower Blue

📋 copy color: '#7BA1FF'

red 123 ◦ green 161 ◦ blue 255

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

Shades of Cornflower Blue #7BA1FF

Tints of Cornflower Blue #7BA1FF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.87%

 BLUE value IS 255 (100% from 255) = 47.31%

R = 22.82%
G = 29.87%
B = 47.31%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BA1FF (or 0x7BA1FF) is known color: Cornflower Blue. HEX triplet: 7B, A1 and FF. RGB value is (123,161,255). Sum of RGB (Red+Green+Blue) = 123+161+255=539 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.82% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BA1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA1FF is #845E00. Grayscale: #9F9F9F. Windows color (decimal): -8674817 or 16753019. OLE color: 16753019.

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

Color convert

RGB 123 161 255 -
CMYK 0.52 0.37 0 0
HSL 222.73º 1% 0.74% -
HSV(B) 222.73º 0.52% 1% -
XYZ 38.96 36.92 99.68 -
YUV 160.35 181.41 101.36 -
System Red Green Blue C M Y K H S L
Decimal 123 161 255 0.52 0.37 0 0 222.73 1 0.74
Hex 7B A1 FF 34 25 0 0 DF 64 4A
Octal 173 241 377 64 45 0 0 337 144 112
Binary 1111011 10100001 11111111 110100 100101 0 0 11011111 1100100 1001010

Color Harmonies of #7BA1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA1FF

Black with #7BA1FF

Text Example


Text Example

White with #7BA1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,161,255); }

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

background-color css

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

 a { background-color: rgb(123,161,255); }

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

border-color css

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

 span { border-color: rgb(123,161,255); }

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