Html Css Color HEX #709EFF Cornflower Blue

📋 copy color: '#709EFF'

red 112 ◦ green 158 ◦ blue 255

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

Shades of Cornflower Blue #709EFF

Tints of Cornflower Blue #709EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.1%

 BLUE value IS 255 (100% from 255) = 48.57%

R = 21.33%
G = 30.1%
B = 48.57%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#709EFF (or 0x709EFF) is known color: Cornflower Blue. HEX triplet: 70, 9E and FF. RGB value is (112,158,255). Sum of RGB (Red+Green+Blue) = 112+158+255=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #709EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709EFF is #8F6100. Grayscale: #9A9A9A. Windows color (decimal): -9396481 or 16752240. OLE color: 16752240.

HSL color Cylindrical-coordinate representation of color #709EFF: hue angle of 220.7º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709EFF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 158 255 -
CMYK 0.56 0.38 0 0
HSL 220.7º 1% 0.72% -
HSV(B) 220.7º 0.56% 1% -
XYZ 36.96 35.12 99.44 -
YUV 155.3 184.26 97.11 -
System Red Green Blue C M Y K H S L
Decimal 112 158 255 0.56 0.38 0 0 220.7 1 0.72
Hex 70 9E FF 38 26 0 0 DD 64 48
Octal 160 236 377 70 46 0 0 335 144 110
Binary 1110000 10011110 11111111 111000 100110 0 0 11011101 1100100 1001000

Color Harmonies of #709EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709EFF

Black with #709EFF

Text Example


Text Example

White with #709EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,158,255); }

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

background-color css

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

 a { background-color: rgb(112,158,255); }

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

border-color css

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

 span { border-color: rgb(112,158,255); }

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