Html Css Color HEX #748BFF Cornflower Blue

📋 copy color: '#748BFF'

red 116 ◦ green 139 ◦ blue 255

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

Shades of Cornflower Blue #748BFF

Tints of Cornflower Blue #748BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50%

R = 22.75%
G = 27.25%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#748BFF (or 0x748BFF) is known color: Cornflower Blue. HEX triplet: 74, 8B and FF. RGB value is (116,139,255). Sum of RGB (Red+Green+Blue) = 116+139+255=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #748BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748BFF is #8B7400. Grayscale: #909090. Windows color (decimal): -9139201 or 16747380. OLE color: 16747380.

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

Color convert

RGB 116 139 255 -
CMYK 0.55 0.45 0 0
HSL 230.07º 1% 0.73% -
HSV(B) 230.07º 0.55% 1% -
XYZ 34.49 29.4 98.46 -
YUV 145.35 189.88 107.07 -
System Red Green Blue C M Y K H S L
Decimal 116 139 255 0.55 0.45 0 0 230.07 1 0.73
Hex 74 8B FF 37 2D 0 0 E6 64 49
Octal 164 213 377 67 55 0 0 346 144 111
Binary 1110100 10001011 11111111 110111 101101 0 0 11100110 1100100 1001001

Color Harmonies of #748BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748BFF

Black with #748BFF

Text Example


Text Example

White with #748BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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