Html Css Color HEX #738CF0 Cornflower Blue

📋 copy color: '#738CF0'

red 115 ◦ green 140 ◦ blue 240

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

Shades of Cornflower Blue #738CF0

Tints of Cornflower Blue #738CF0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.28%

 BLUE value IS 240 (94.14% from 255) = 48.48%

R = 23.23%
G = 28.28%
B = 48.48%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#738CF0 (or 0x738CF0) is known color: Cornflower Blue. HEX triplet: 73, 8C and F0. RGB value is (115,140,240). Sum of RGB (Red+Green+Blue) = 115+140+240=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #738CF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738CF0 is #8C730F. Grayscale: #8F8F8F. Windows color (decimal): -9204496 or 15764595. OLE color: 15764595.

HSL color Cylindrical-coordinate representation of color #738CF0: hue angle of 228º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #738CF0 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 140 240 -
CMYK 0.52 0.42 0 0.06
HSL 228º 0.81% 0.7% -
HSV(B) 228º 0.52% 0.94% -
XYZ 32.18 28.69 86.28 -
YUV 143.93 182.22 107.37 -
System Red Green Blue C M Y K H S L
Decimal 115 140 240 0.52 0.42 0 0.06 228 0.81 0.7
Hex 73 8C F0 34 2A 0 6 E4 51 46
Octal 163 214 360 64 52 0 6 344 121 106
Binary 1110011 10001100 11110000 110100 101010 0 110 11100100 1010001 1000110

Color Harmonies of #738CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738CF0

Black with #738CF0

Text Example


Text Example

White with #738CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738CF0; }

 p { color: rgb(115,140,240); }

 H1.HeaderClassName
 {
   color: #738CF0;
 }
 .AnyTagClassName
 {
   color: #738CF0;
 }
</style>

background-color css

<style>
 a { background-color: #738CF0; }

 a { background-color: rgb(115,140,240); }

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

border-color css

<style>
 span { border-color: #738CF0; }

 span { border-color: rgb(115,140,240); }

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