Html Css Color HEX #748FE7 Cornflower Blue

📋 copy color: '#748FE7'

red 116 ◦ green 143 ◦ blue 231

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

Shades of Cornflower Blue #748FE7

Tints of Cornflower Blue #748FE7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.18%

 BLUE value IS 231 (90.63% from 255) = 47.14%

R = 23.67%
G = 29.18%
B = 47.14%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#748FE7 (or 0x748FE7) is known color: Cornflower Blue. HEX triplet: 74, 8F and E7. RGB value is (116,143,231). Sum of RGB (Red+Green+Blue) = 116+143+231=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #748FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748FE7 is #8B7018. Grayscale: #909090. Windows color (decimal): -9138201 or 15175540. OLE color: 15175540.

HSL color Cylindrical-coordinate representation of color #748FE7: hue angle of 225.91º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748FE7 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 143 231 -
CMYK 0.50 0.38 0 0.09
HSL 225.91º 0.71% 0.68% -
HSV(B) 225.91º 0.5% 0.91% -
XYZ 31.45 29.13 79.57 -
YUV 144.96 176.55 107.34 -
System Red Green Blue C M Y K H S L
Decimal 116 143 231 0.50 0.38 0 0.09 225.91 0.71 0.68
Hex 74 8F E7 32 26 0 9 E2 47 44
Octal 164 217 347 62 46 0 11 342 107 104
Binary 1110100 10001111 11100111 110010 100110 0 1001 11100010 1000111 1000100

Color Harmonies of #748FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FE7

Black with #748FE7

Text Example


Text Example

White with #748FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,143,231); }

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

background-color css

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

 a { background-color: rgb(116,143,231); }

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

border-color css

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

 span { border-color: rgb(116,143,231); }

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