Html Css Color HEX #748EE0 Cornflower Blue

📋 copy color: '#748EE0'

red 116 ◦ green 142 ◦ blue 224

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

Shades of Cornflower Blue #748EE0

Tints of Cornflower Blue #748EE0

RGB

 RED value IS 116 (45.7% from 255) = 24.07%

 GREEN value IS 142 (55.86% from 255) = 29.46%

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 24.07%
G = 29.46%
B = 46.47%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#748EE0 (or 0x748EE0) is known color: Cornflower Blue. HEX triplet: 74, 8E and E0. RGB value is (116,142,224). Sum of RGB (Red+Green+Blue) = 116+142+224=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #748EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748EE0 is #8B711F. Grayscale: #8F8F8F. Windows color (decimal): -9138464 or 14716532. OLE color: 14716532.

HSL color Cylindrical-coordinate representation of color #748EE0: hue angle of 225.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #748EE0 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 142 224 -
CMYK 0.48 0.37 0 0.12
HSL 225.56º 0.64% 0.67% -
HSV(B) 225.56º 0.48% 0.88% -
XYZ 30.33 28.44 74.41 -
YUV 143.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 116 142 224 0.48 0.37 0 0.12 225.56 0.64 0.67
Hex 74 8E E0 30 25 0 C E2 40 43
Octal 164 216 340 60 45 0 14 342 100 103
Binary 1110100 10001110 11100000 110000 100101 0 1100 11100010 1000000 1000011

Color Harmonies of #748EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748EE0

Black with #748EE0

Text Example


Text Example

White with #748EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748EE0; }

 p { color: rgb(116,142,224); }

 H1.HeaderClassName
 {
   color: #748EE0;
 }
 .AnyTagClassName
 {
   color: #748EE0;
 }
</style>

background-color css

<style>
 a { background-color: #748EE0; }

 a { background-color: rgb(116,142,224); }

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

border-color css

<style>
 span { border-color: #748EE0; }

 span { border-color: rgb(116,142,224); }

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