Html Css Color HEX #748FFD Cornflower Blue

📋 copy color: '#748FFD'

red 116 ◦ green 143 ◦ blue 253

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

Shades of Cornflower Blue #748FFD

Tints of Cornflower Blue #748FFD

RGB

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

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

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

R = 22.66%
G = 27.93%
B = 49.41%

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

#748FFD (or 0x748FFD) is known color: Cornflower Blue. HEX triplet: 74, 8F and FD. RGB value is (116,143,253). Sum of RGB (Red+Green+Blue) = 116+143+253=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #748FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748FFD is #8B7002. Grayscale: #939393. Windows color (decimal): -9138179 or 16617332. OLE color: 16617332.

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

Color convert

RGB 116 143 253 -
CMYK 0.54 0.43 0 0.01
HSL 228.18º 0.97% 0.72% -
HSV(B) 228.18º 0.54% 0.99% -
XYZ 34.75 30.45 96.97 -
YUV 147.47 187.55 105.56 -
System Red Green Blue C M Y K H S L
Decimal 116 143 253 0.54 0.43 0 0.01 228.18 0.97 0.72
Hex 74 8F FD 36 2B 0 1 E4 61 48
Octal 164 217 375 66 53 0 1 344 141 110
Binary 1110100 10001111 11111101 110110 101011 0 1 11100100 1100001 1001000

Color Harmonies of #748FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FFD

Black with #748FFD

Text Example


Text Example

White with #748FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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