Html Css Color HEX #748CFD Cornflower Blue

📋 copy color: '#748CFD'

red 116 ◦ green 140 ◦ blue 253

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

Shades of Cornflower Blue #748CFD

Tints of Cornflower Blue #748CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.5%

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 22.79%
G = 27.5%
B = 49.71%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#748CFD (or 0x748CFD) is known color: Cornflower Blue. HEX triplet: 74, 8C and FD. RGB value is (116,140,253). Sum of RGB (Red+Green+Blue) = 116+140+253=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #748CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748CFD is #8B7302. Grayscale: #919191. Windows color (decimal): -9138947 or 16616564. OLE color: 16616564.

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

Color convert

RGB 116 140 253 -
CMYK 0.54 0.45 0 0.01
HSL 229.49º 0.97% 0.72% -
HSV(B) 229.49º 0.54% 0.99% -
XYZ 34.31 29.56 96.83 -
YUV 145.71 188.55 106.81 -
System Red Green Blue C M Y K H S L
Decimal 116 140 253 0.54 0.45 0 0.01 229.49 0.97 0.72
Hex 74 8C FD 36 2D 0 1 E5 61 48
Octal 164 214 375 66 55 0 1 345 141 110
Binary 1110100 10001100 11111101 110110 101101 0 1 11100101 1100001 1001000

Color Harmonies of #748CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CFD

Black with #748CFD

Text Example


Text Example

White with #748CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,140,253); }

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

background-color css

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

 a { background-color: rgb(116,140,253); }

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

border-color css

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

 span { border-color: rgb(116,140,253); }

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