Html Css Color HEX #709FFE Cornflower Blue

📋 copy color: '#709FFE'

red 112 ◦ green 159 ◦ blue 254

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

Shades of Cornflower Blue #709FFE

Tints of Cornflower Blue #709FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.29%

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 21.33%
G = 30.29%
B = 48.38%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#709FFE (or 0x709FFE) is known color: Cornflower Blue. HEX triplet: 70, 9F and FE. RGB value is (112,159,254). Sum of RGB (Red+Green+Blue) = 112+159+254=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #709FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709FFE is #8F6001. Grayscale: #9B9B9B. Windows color (decimal): -9396226 or 16686960. OLE color: 16686960.

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

Color convert

RGB 112 159 254 -
CMYK 0.56 0.37 0 0.00
HSL 220.14º 0.99% 0.72% -
HSV(B) 220.14º 0.56% 1% -
XYZ 36.97 35.4 98.65 -
YUV 155.78 183.43 96.78 -
System Red Green Blue C M Y K H S L
Decimal 112 159 254 0.56 0.37 0 0.00 220.14 0.99 0.72
Hex 70 9F FE 38 25 0 0 DC 63 48
Octal 160 237 376 70 45 0 0 334 143 110
Binary 1110000 10011111 11111110 111000 100101 0 0 11011100 1100011 1001000

Color Harmonies of #709FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709FFE

Black with #709FFE

Text Example


Text Example

White with #709FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,159,254); }

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

background-color css

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

 a { background-color: rgb(112,159,254); }

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

border-color css

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

 span { border-color: rgb(112,159,254); }

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