Html Css Color HEX #709CFC Cornflower Blue

📋 copy color: '#709CFC'

red 112 ◦ green 156 ◦ blue 252

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

Shades of Cornflower Blue #709CFC

Tints of Cornflower Blue #709CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 21.54%
G = 30%
B = 48.46%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#709CFC (or 0x709CFC) is known color: Cornflower Blue. HEX triplet: 70, 9C and FC. RGB value is (112,156,252). Sum of RGB (Red+Green+Blue) = 112+156+252=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #709CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709CFC is #8F6303. Grayscale: #999999. Windows color (decimal): -9396996 or 16555120. OLE color: 16555120.

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

Color convert

RGB 112 156 252 -
CMYK 0.56 0.38 0 0.01
HSL 221.14º 0.96% 0.71% -
HSV(B) 221.14º 0.56% 0.99% -
XYZ 36.14 34.25 96.8 -
YUV 153.79 183.42 98.19 -
System Red Green Blue C M Y K H S L
Decimal 112 156 252 0.56 0.38 0 0.01 221.14 0.96 0.71
Hex 70 9C FC 38 26 0 1 DD 60 47
Octal 160 234 374 70 46 0 1 335 140 107
Binary 1110000 10011100 11111100 111000 100110 0 1 11011101 1100000 1000111

Color Harmonies of #709CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709CFC

Black with #709CFC

Text Example


Text Example

White with #709CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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