Html Css Color HEX #709AEA Cornflower Blue

📋 copy color: '#709AEA'

red 112 ◦ green 154 ◦ blue 234

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

Shades of Cornflower Blue #709AEA

Tints of Cornflower Blue #709AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.8%

R = 22.4%
G = 30.8%
B = 46.8%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#709AEA (or 0x709AEA) is known color: Cornflower Blue. HEX triplet: 70, 9A and EA. RGB value is (112,154,234). Sum of RGB (Red+Green+Blue) = 112+154+234=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #709AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709AEA is #8F6515. Grayscale: #969696. Windows color (decimal): -9397526 or 15374960. OLE color: 15374960.

HSL color Cylindrical-coordinate representation of color #709AEA: hue angle of 219.34º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #709AEA is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 154 234 -
CMYK 0.52 0.34 0 0.08
HSL 219.34º 0.74% 0.68% -
HSV(B) 219.34º 0.52% 0.92% -
XYZ 33.09 32.5 82.37 -
YUV 150.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 112 154 234 0.52 0.34 0 0.08 219.34 0.74 0.68
Hex 70 9A EA 34 22 0 8 DB 4A 44
Octal 160 232 352 64 42 0 10 333 112 104
Binary 1110000 10011010 11101010 110100 100010 0 1000 11011011 1001010 1000100

Color Harmonies of #709AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709AEA

Black with #709AEA

Text Example


Text Example

White with #709AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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