Html Css Color HEX #748FFC Cornflower Blue

📋 copy color: '#748FFC'

red 116 ◦ green 143 ◦ blue 252

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

Shades of Cornflower Blue #748FFC

Tints of Cornflower Blue #748FFC

RGB

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

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

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

R = 22.7%
G = 27.98%
B = 49.32%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#748FFC (or 0x748FFC) is known color: Cornflower Blue. HEX triplet: 74, 8F and FC. RGB value is (116,143,252). Sum of RGB (Red+Green+Blue) = 116+143+252=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #748FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748FFC is #8B7003. Grayscale: #929292. Windows color (decimal): -9138180 or 16551796. OLE color: 16551796.

HSL color Cylindrical-coordinate representation of color #748FFC: hue angle of 228.09º 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 #748FFC is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 143 252 -
CMYK 0.54 0.43 0 0.01
HSL 228.09º 0.96% 0.72% -
HSV(B) 228.09º 0.54% 0.99% -
XYZ 34.6 30.39 96.14 -
YUV 147.35 187.05 105.64 -
System Red Green Blue C M Y K H S L
Decimal 116 143 252 0.54 0.43 0 0.01 228.09 0.96 0.72
Hex 74 8F FC 36 2B 0 1 E4 60 48
Octal 164 217 374 66 53 0 1 344 140 110
Binary 1110100 10001111 11111100 110110 101011 0 1 11100100 1100000 1001000

Color Harmonies of #748FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FFC

Black with #748FFC

Text Example


Text Example

White with #748FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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