Html Css Color HEX #709AF1 Cornflower Blue

📋 copy color: '#709AF1'

red 112 ◦ green 154 ◦ blue 241

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

Shades of Cornflower Blue #709AF1

Tints of Cornflower Blue #709AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.53%

R = 22.09%
G = 30.37%
B = 47.53%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#709AF1 (or 0x709AF1) is known color: Cornflower Blue. HEX triplet: 70, 9A and F1. RGB value is (112,154,241). Sum of RGB (Red+Green+Blue) = 112+154+241=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #709AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709AF1 is #8F650E. Grayscale: #969696. Windows color (decimal): -9397519 or 15833712. OLE color: 15833712.

HSL color Cylindrical-coordinate representation of color #709AF1: hue angle of 220.47º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #709AF1 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 154 241 -
CMYK 0.54 0.36 0 0.05
HSL 220.47º 0.82% 0.69% -
HSV(B) 220.47º 0.54% 0.95% -
XYZ 34.11 32.91 87.77 -
YUV 151.36 178.59 99.93 -
System Red Green Blue C M Y K H S L
Decimal 112 154 241 0.54 0.36 0 0.05 220.47 0.82 0.69
Hex 70 9A F1 36 24 0 5 DC 52 45
Octal 160 232 361 66 44 0 5 334 122 105
Binary 1110000 10011010 11110001 110110 100100 0 101 11011100 1010010 1000101

Color Harmonies of #709AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709AF1

Black with #709AF1

Text Example


Text Example

White with #709AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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