Html Css Color HEX #748BFE Cornflower Blue

📋 copy color: '#748BFE'

red 116 ◦ green 139 ◦ blue 254

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

Shades of Cornflower Blue #748BFE

Tints of Cornflower Blue #748BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.31%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 22.79%
G = 27.31%
B = 49.9%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#748BFE (or 0x748BFE) is known color: Cornflower Blue. HEX triplet: 74, 8B and FE. RGB value is (116,139,254). Sum of RGB (Red+Green+Blue) = 116+139+254=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #748BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748BFE is #8B7401. Grayscale: #909090. Windows color (decimal): -9139202 or 16681844. OLE color: 16681844.

HSL color Cylindrical-coordinate representation of color #748BFE: hue angle of 230º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #748BFE is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 139 254 -
CMYK 0.54 0.45 0 0.00
HSL 230º 0.99% 0.73% -
HSV(B) 230º 0.54% 1% -
XYZ 34.32 29.33 97.62 -
YUV 145.23 189.38 107.15 -
System Red Green Blue C M Y K H S L
Decimal 116 139 254 0.54 0.45 0 0.00 230 0.99 0.73
Hex 74 8B FE 36 2D 0 0 E6 63 49
Octal 164 213 376 66 55 0 0 346 143 111
Binary 1110100 10001011 11111110 110110 101101 0 0 11100110 1100011 1001001

Color Harmonies of #748BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748BFE

Black with #748BFE

Text Example


Text Example

White with #748BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,139,254); }

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

background-color css

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

 a { background-color: rgb(116,139,254); }

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

border-color css

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

 span { border-color: rgb(116,139,254); }

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