Html Css Color HEX #709CE2 Cornflower Blue

📋 copy color: '#709CE2'

red 112 ◦ green 156 ◦ blue 226

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

Shades of Cornflower Blue #709CE2

Tints of Cornflower Blue #709CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.75%

R = 22.67%
G = 31.58%
B = 45.75%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#709CE2 (or 0x709CE2) is known color: Cornflower Blue. HEX triplet: 70, 9C and E2. RGB value is (112,156,226). Sum of RGB (Red+Green+Blue) = 112+156+226=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 226 - color contains mainly: blue. Hex color #709CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CE2 is #8F631D. Grayscale: #969696. Windows color (decimal): -9397022 or 14851184. OLE color: 14851184.

HSL color Cylindrical-coordinate representation of color #709CE2: hue angle of 216.84º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #709CE2 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 156 226 -
CMYK 0.50 0.31 0 0.11
HSL 216.84º 0.66% 0.66% -
HSV(B) 216.84º 0.5% 0.89% -
XYZ 32.3 32.71 76.56 -
YUV 150.82 170.42 100.31 -
System Red Green Blue C M Y K H S L
Decimal 112 156 226 0.50 0.31 0 0.11 216.84 0.66 0.66
Hex 70 9C E2 32 1F 0 B D9 42 42
Octal 160 234 342 62 37 0 13 331 102 102
Binary 1110000 10011100 11100010 110010 11111 0 1011 11011001 1000010 1000010

Color Harmonies of #709CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709CE2

Black with #709CE2

Text Example


Text Example

White with #709CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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