Html Css Color HEX #739FF2 Cornflower Blue

📋 copy color: '#739FF2'

red 115 ◦ green 159 ◦ blue 242

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

Shades of Cornflower Blue #739FF2

Tints of Cornflower Blue #739FF2

RGB

 RED value IS 115 (45.31% from 255) = 22.29%

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

 BLUE value IS 242 (94.92% from 255) = 46.9%

R = 22.29%
G = 30.81%
B = 46.9%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#739FF2 (or 0x739FF2) is known color: Cornflower Blue. HEX triplet: 73, 9F and F2. RGB value is (115,159,242). Sum of RGB (Red+Green+Blue) = 115+159+242=516 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.29% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #739FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #739FF2 is #8C600D. Grayscale: #9A9A9A. Windows color (decimal): -9199630 or 15900531. OLE color: 15900531.

HSL color Cylindrical-coordinate representation of color #739FF2: hue angle of 219.21º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #739FF2 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 159 242 -
CMYK 0.52 0.34 0 0.05
HSL 219.21º 0.83% 0.7% -
HSV(B) 219.21º 0.52% 0.95% -
XYZ 35.5 34.85 88.86 -
YUV 155.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 115 159 242 0.52 0.34 0 0.05 219.21 0.83 0.7
Hex 73 9F F2 34 22 0 5 DB 53 46
Octal 163 237 362 64 42 0 5 333 123 106
Binary 1110011 10011111 11110010 110100 100010 0 101 11011011 1010011 1000110

Color Harmonies of #739FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739FF2

Black with #739FF2

Text Example


Text Example

White with #739FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739FF2; }

 p { color: rgb(115,159,242); }

 H1.HeaderClassName
 {
   color: #739FF2;
 }
 .AnyTagClassName
 {
   color: #739FF2;
 }
</style>

background-color css

<style>
 a { background-color: #739FF2; }

 a { background-color: rgb(115,159,242); }

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

border-color css

<style>
 span { border-color: #739FF2; }

 span { border-color: rgb(115,159,242); }

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