Html Css Color HEX #748BFD Cornflower Blue

📋 copy color: '#748BFD'

red 116 ◦ green 139 ◦ blue 253

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

Shades of Cornflower Blue #748BFD

Tints of Cornflower Blue #748BFD

RGB

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

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

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

R = 22.83%
G = 27.36%
B = 49.8%

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

#748BFD (or 0x748BFD) is known color: Cornflower Blue. HEX triplet: 74, 8B and FD. RGB value is (116,139,253). Sum of RGB (Red+Green+Blue) = 116+139+253=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #748BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748BFD is #8B7402. Grayscale: #909090. Windows color (decimal): -9139203 or 16616308. OLE color: 16616308.

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

Color convert

RGB 116 139 253 -
CMYK 0.54 0.45 0 0.01
HSL 229.93º 0.97% 0.72% -
HSV(B) 229.93º 0.54% 0.99% -
XYZ 34.16 29.27 96.78 -
YUV 145.12 188.88 107.23 -
System Red Green Blue C M Y K H S L
Decimal 116 139 253 0.54 0.45 0 0.01 229.93 0.97 0.72
Hex 74 8B FD 36 2D 0 1 E6 61 48
Octal 164 213 375 66 55 0 1 346 141 110
Binary 1110100 10001011 11111101 110110 101101 0 1 11100110 1100001 1001000

Color Harmonies of #748BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748BFD

Black with #748BFD

Text Example


Text Example

White with #748BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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