Html Css Color HEX #748AFB Cornflower Blue

📋 copy color: '#748AFB'

red 116 ◦ green 138 ◦ blue 251

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

Shades of Cornflower Blue #748AFB

Tints of Cornflower Blue #748AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.33%

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

R = 22.97%
G = 27.33%
B = 49.7%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#748AFB (or 0x748AFB) is known color: Cornflower Blue. HEX triplet: 74, 8A and FB. RGB value is (116,138,251). Sum of RGB (Red+Green+Blue) = 116+138+251=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #748AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748AFB is #8B7504. Grayscale: #8F8F8F. Windows color (decimal): -9139461 or 16484980. OLE color: 16484980.

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

Color convert

RGB 116 138 251 -
CMYK 0.54 0.45 0 0.02
HSL 230.22º 0.94% 0.72% -
HSV(B) 230.22º 0.54% 0.98% -
XYZ 33.7 28.86 95.06 -
YUV 144.3 188.21 107.81 -
System Red Green Blue C M Y K H S L
Decimal 116 138 251 0.54 0.45 0 0.02 230.22 0.94 0.72
Hex 74 8A FB 36 2D 0 2 E6 5E 48
Octal 164 212 373 66 55 0 2 346 136 110
Binary 1110100 10001010 11111011 110110 101101 0 10 11100110 1011110 1001000

Color Harmonies of #748AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748AFB

Black with #748AFB

Text Example


Text Example

White with #748AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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