Html Css Color HEX #709AF6 Cornflower Blue

📋 copy color: '#709AF6'

red 112 ◦ green 154 ◦ blue 246

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

Shades of Cornflower Blue #709AF6

Tints of Cornflower Blue #709AF6

RGB

 RED value IS 112 (44.14% from 255) = 21.88%

 GREEN value IS 154 (60.55% from 255) = 30.08%

 BLUE value IS 246 (96.48% from 255) = 48.05%

R = 21.88%
G = 30.08%
B = 48.05%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#709AF6 (or 0x709AF6) is known color: Cornflower Blue. HEX triplet: 70, 9A and F6. RGB value is (112,154,246). Sum of RGB (Red+Green+Blue) = 112+154+246=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #709AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709AF6 is #8F6509. Grayscale: #979797. Windows color (decimal): -9397514 or 16161392. OLE color: 16161392.

HSL color Cylindrical-coordinate representation of color #709AF6: hue angle of 221.19º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #709AF6 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 154 246 -
CMYK 0.54 0.37 0 0.04
HSL 221.19º 0.88% 0.7% -
HSV(B) 221.19º 0.54% 0.96% -
XYZ 34.87 33.21 91.76 -
YUV 151.93 181.09 99.52 -
System Red Green Blue C M Y K H S L
Decimal 112 154 246 0.54 0.37 0 0.04 221.19 0.88 0.7
Hex 70 9A F6 36 25 0 4 DD 58 46
Octal 160 232 366 66 45 0 4 335 130 106
Binary 1110000 10011010 11110110 110110 100101 0 100 11011101 1011000 1000110

Color Harmonies of #709AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709AF6

Black with #709AF6

Text Example


Text Example

White with #709AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709AF6; }

 p { color: rgb(112,154,246); }

 H1.HeaderClassName
 {
   color: #709AF6;
 }
 .AnyTagClassName
 {
   color: #709AF6;
 }
</style>

background-color css

<style>
 a { background-color: #709AF6; }

 a { background-color: rgb(112,154,246); }

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

border-color css

<style>
 span { border-color: #709AF6; }

 span { border-color: rgb(112,154,246); }

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