Html Css Color HEX #748BFA Cornflower Blue

📋 copy color: '#748BFA'

red 116 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #748BFA

Tints of Cornflower Blue #748BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.52%

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 22.97%
G = 27.52%
B = 49.5%

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

#748BFA (or 0x748BFA) is known color: Cornflower Blue. HEX triplet: 74, 8B and FA. RGB value is (116,139,250). Sum of RGB (Red+Green+Blue) = 116+139+250=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #748BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748BFA is #8B7405. Grayscale: #909090. Windows color (decimal): -9139206 or 16419700. OLE color: 16419700.

HSL color Cylindrical-coordinate representation of color #748BFA: hue angle of 229.7º degrees, saturation: 0.93, 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 #748BFA is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 139 250 -
CMYK 0.54 0.44 0 0.02
HSL 229.7º 0.93% 0.72% -
HSV(B) 229.7º 0.54% 0.98% -
XYZ 33.69 29.08 94.28 -
YUV 144.78 187.38 107.47 -
System Red Green Blue C M Y K H S L
Decimal 116 139 250 0.54 0.44 0 0.02 229.7 0.93 0.72
Hex 74 8B FA 36 2C 0 2 E6 5D 48
Octal 164 213 372 66 54 0 2 346 135 110
Binary 1110100 10001011 11111010 110110 101100 0 10 11100110 1011101 1001000

Color Harmonies of #748BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748BFA

Black with #748BFA

Text Example


Text Example

White with #748BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,139,250); }

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

background-color css

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

 a { background-color: rgb(116,139,250); }

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

border-color css

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

 span { border-color: rgb(116,139,250); }

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