Html Css Color HEX #748CFB Cornflower Blue

📋 copy color: '#748CFB'

red 116 ◦ green 140 ◦ blue 251

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

Shades of Cornflower Blue #748CFB

Tints of Cornflower Blue #748CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 22.88%
G = 27.61%
B = 49.51%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#748CFB (or 0x748CFB) is known color: Cornflower Blue. HEX triplet: 74, 8C and FB. RGB value is (116,140,251). Sum of RGB (Red+Green+Blue) = 116+140+251=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #748CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748CFB is #8B7304. Grayscale: #919191. Windows color (decimal): -9138949 or 16485492. OLE color: 16485492.

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

Color convert

RGB 116 140 251 -
CMYK 0.54 0.44 0 0.02
HSL 229.33º 0.94% 0.72% -
HSV(B) 229.33º 0.54% 0.98% -
XYZ 33.99 29.43 95.16 -
YUV 145.48 187.55 106.97 -
System Red Green Blue C M Y K H S L
Decimal 116 140 251 0.54 0.44 0 0.02 229.33 0.94 0.72
Hex 74 8C FB 36 2C 0 2 E5 5E 48
Octal 164 214 373 66 54 0 2 345 136 110
Binary 1110100 10001100 11111011 110110 101100 0 10 11100101 1011110 1001000

Color Harmonies of #748CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CFB

Black with #748CFB

Text Example


Text Example

White with #748CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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