Html Css Color HEX #7298FA Cornflower Blue

📋 copy color: '#7298FA'

red 114 ◦ green 152 ◦ blue 250

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

Shades of Cornflower Blue #7298FA

Tints of Cornflower Blue #7298FA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.46%

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 22.09%
G = 29.46%
B = 48.45%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7298FA (or 0x7298FA) is known color: Cornflower Blue. HEX triplet: 72, 98 and FA. RGB value is (114,152,250). Sum of RGB (Red+Green+Blue) = 114+152+250=516 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.09% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #7298FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7298FA is #8D6705. Grayscale: #979797. Windows color (decimal): -9266950 or 16423026. OLE color: 16423026.

HSL color Cylindrical-coordinate representation of color #7298FA: hue angle of 223.24º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7298FA is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 152 250 -
CMYK 0.54 0.39 0 0.02
HSL 223.24º 0.93% 0.71% -
HSV(B) 223.24º 0.54% 0.98% -
XYZ 35.42 32.94 94.93 -
YUV 151.81 183.41 101.03 -
System Red Green Blue C M Y K H S L
Decimal 114 152 250 0.54 0.39 0 0.02 223.24 0.93 0.71
Hex 72 98 FA 36 27 0 2 DF 5D 47
Octal 162 230 372 66 47 0 2 337 135 107
Binary 1110010 10011000 11111010 110110 100111 0 10 11011111 1011101 1000111

Color Harmonies of #7298FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7298FA

Black with #7298FA

Text Example


Text Example

White with #7298FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7298FA; }

 p { color: rgb(114,152,250); }

 H1.HeaderClassName
 {
   color: #7298FA;
 }
 .AnyTagClassName
 {
   color: #7298FA;
 }
</style>

background-color css

<style>
 a { background-color: #7298FA; }

 a { background-color: rgb(114,152,250); }

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

border-color css

<style>
 span { border-color: #7298FA; }

 span { border-color: rgb(114,152,250); }

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