Html Css Color HEX #748DFC Cornflower Blue

📋 copy color: '#748DFC'

red 116 ◦ green 141 ◦ blue 252

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

Shades of Cornflower Blue #748DFC

Tints of Cornflower Blue #748DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.7%

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 22.79%
G = 27.7%
B = 49.51%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#748DFC (or 0x748DFC) is known color: Cornflower Blue. HEX triplet: 74, 8D and FC. RGB value is (116,141,252). Sum of RGB (Red+Green+Blue) = 116+141+252=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #748DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748DFC is #8B7203. Grayscale: #919191. Windows color (decimal): -9138692 or 16551284. OLE color: 16551284.

HSL color Cylindrical-coordinate representation of color #748DFC: hue angle of 228.97º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #748DFC is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 141 252 -
CMYK 0.54 0.44 0 0.01
HSL 228.97º 0.96% 0.72% -
HSV(B) 228.97º 0.54% 0.99% -
XYZ 34.3 29.79 96.04 -
YUV 146.18 187.72 106.47 -
System Red Green Blue C M Y K H S L
Decimal 116 141 252 0.54 0.44 0 0.01 228.97 0.96 0.72
Hex 74 8D FC 36 2C 0 1 E5 60 48
Octal 164 215 374 66 54 0 1 345 140 110
Binary 1110100 10001101 11111100 110110 101100 0 1 11100101 1100000 1001000

Color Harmonies of #748DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DFC

Black with #748DFC

Text Example


Text Example

White with #748DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,141,252); }

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

background-color css

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

 a { background-color: rgb(116,141,252); }

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

border-color css

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

 span { border-color: rgb(116,141,252); }

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