Html Css Color HEX #709BF0 Cornflower Blue

📋 copy color: '#709BF0'

red 112 ◦ green 155 ◦ blue 240

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

Shades of Cornflower Blue #709BF0

Tints of Cornflower Blue #709BF0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.57%

 BLUE value IS 240 (94.14% from 255) = 47.34%

R = 22.09%
G = 30.57%
B = 47.34%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#709BF0 (or 0x709BF0) is known color: Cornflower Blue. HEX triplet: 70, 9B and F0. RGB value is (112,155,240). Sum of RGB (Red+Green+Blue) = 112+155+240=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #709BF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709BF0 is #8F640F. Grayscale: #979797. Windows color (decimal): -9397264 or 15768432. OLE color: 15768432.

HSL color Cylindrical-coordinate representation of color #709BF0: hue angle of 219.84º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #709BF0 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 155 240 -
CMYK 0.53 0.35 0 0.06
HSL 219.84º 0.81% 0.69% -
HSV(B) 219.84º 0.53% 0.94% -
XYZ 34.13 33.18 87.04 -
YUV 151.83 177.75 99.59 -
System Red Green Blue C M Y K H S L
Decimal 112 155 240 0.53 0.35 0 0.06 219.84 0.81 0.69
Hex 70 9B F0 35 23 0 6 DC 51 45
Octal 160 233 360 65 43 0 6 334 121 105
Binary 1110000 10011011 11110000 110101 100011 0 110 11011100 1010001 1000101

Color Harmonies of #709BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BF0

Black with #709BF0

Text Example


Text Example

White with #709BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,155,240); }

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

background-color css

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

 a { background-color: rgb(112,155,240); }

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

border-color css

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

 span { border-color: rgb(112,155,240); }

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