Html Css Color HEX #709CE6 Cornflower Blue

📋 copy color: '#709CE6'

red 112 ◦ green 156 ◦ blue 230

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

Shades of Cornflower Blue #709CE6

Tints of Cornflower Blue #709CE6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.33%

 BLUE value IS 230 (90.23% from 255) = 46.18%

R = 22.49%
G = 31.33%
B = 46.18%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#709CE6 (or 0x709CE6) is known color: Cornflower Blue. HEX triplet: 70, 9C and E6. RGB value is (112,156,230). Sum of RGB (Red+Green+Blue) = 112+156+230=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #709CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709CE6 is #8F6319. Grayscale: #969696. Windows color (decimal): -9397018 or 15113328. OLE color: 15113328.

HSL color Cylindrical-coordinate representation of color #709CE6: hue angle of 217.63º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #709CE6 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 156 230 -
CMYK 0.51 0.32 0 0.10
HSL 217.63º 0.7% 0.67% -
HSV(B) 217.63º 0.51% 0.9% -
XYZ 32.85 32.93 79.49 -
YUV 151.28 172.42 99.98 -
System Red Green Blue C M Y K H S L
Decimal 112 156 230 0.51 0.32 0 0.10 217.63 0.7 0.67
Hex 70 9C E6 33 20 0 A DA 46 43
Octal 160 234 346 63 40 0 12 332 106 103
Binary 1110000 10011100 11100110 110011 100000 0 1010 11011010 1000110 1000011

Color Harmonies of #709CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709CE6

Black with #709CE6

Text Example


Text Example

White with #709CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,156,230); }

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

background-color css

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

 a { background-color: rgb(112,156,230); }

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

border-color css

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

 span { border-color: rgb(112,156,230); }

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