Html Css Color HEX #748EDF Cornflower Blue

📋 copy color: '#748EDF'

red 116 ◦ green 142 ◦ blue 223

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

Shades of Cornflower Blue #748EDF

Tints of Cornflower Blue #748EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 24.12%
G = 29.52%
B = 46.36%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#748EDF (or 0x748EDF) is known color: Cornflower Blue. HEX triplet: 74, 8E and DF. RGB value is (116,142,223). Sum of RGB (Red+Green+Blue) = 116+142+223=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #748EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748EDF is #8B7120. Grayscale: #8F8F8F. Windows color (decimal): -9138465 or 14650996. OLE color: 14650996.

HSL color Cylindrical-coordinate representation of color #748EDF: hue angle of 225.42º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #748EDF is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 142 223 -
CMYK 0.48 0.36 0 0.13
HSL 225.42º 0.63% 0.66% -
HSV(B) 225.42º 0.48% 0.87% -
XYZ 30.19 28.39 73.7 -
YUV 143.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 116 142 223 0.48 0.36 0 0.13 225.42 0.63 0.66
Hex 74 8E DF 30 24 0 D E1 3F 42
Octal 164 216 337 60 44 0 15 341 77 102
Binary 1110100 10001110 11011111 110000 100100 0 1101 11100001 111111 1000010

Color Harmonies of #748EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748EDF

Black with #748EDF

Text Example


Text Example

White with #748EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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