Html Css Color HEX #7295FC Cornflower Blue

📋 copy color: '#7295FC'

red 114 ◦ green 149 ◦ blue 252

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

Shades of Cornflower Blue #7295FC

Tints of Cornflower Blue #7295FC

RGB

 RED value IS 114 (44.92% from 255) = 22.14%

 GREEN value IS 149 (58.59% from 255) = 28.93%

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

R = 22.14%
G = 28.93%
B = 48.93%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7295FC (or 0x7295FC) is known color: Cornflower Blue. HEX triplet: 72, 95 and FC. RGB value is (114,149,252). Sum of RGB (Red+Green+Blue) = 114+149+252=515 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.14% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #7295FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7295FC is #8D6A03. Grayscale: #959595. Windows color (decimal): -9267716 or 16553330. OLE color: 16553330.

HSL color Cylindrical-coordinate representation of color #7295FC: hue angle of 224.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7295FC is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 149 252 -
CMYK 0.55 0.41 0 0.01
HSL 224.78º 0.96% 0.72% -
HSV(B) 224.78º 0.55% 0.99% -
XYZ 35.26 32.1 96.43 -
YUV 150.28 185.4 102.12 -
System Red Green Blue C M Y K H S L
Decimal 114 149 252 0.55 0.41 0 0.01 224.78 0.96 0.72
Hex 72 95 FC 37 29 0 1 E1 60 48
Octal 162 225 374 67 51 0 1 341 140 110
Binary 1110010 10010101 11111100 110111 101001 0 1 11100001 1100000 1001000

Color Harmonies of #7295FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7295FC

Black with #7295FC

Text Example


Text Example

White with #7295FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7295FC; }

 p { color: rgb(114,149,252); }

 H1.HeaderClassName
 {
   color: #7295FC;
 }
 .AnyTagClassName
 {
   color: #7295FC;
 }
</style>

background-color css

<style>
 a { background-color: #7295FC; }

 a { background-color: rgb(114,149,252); }

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

border-color css

<style>
 span { border-color: #7295FC; }

 span { border-color: rgb(114,149,252); }

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