Html Css Color HEX #758EFD Cornflower Blue

📋 copy color: '#758EFD'

red 117 ◦ green 142 ◦ blue 253

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

Shades of Cornflower Blue #758EFD

Tints of Cornflower Blue #758EFD

RGB

 RED value IS 117 (46.09% from 255) = 22.85%

 GREEN value IS 142 (55.86% from 255) = 27.73%

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

R = 22.85%
G = 27.73%
B = 49.41%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#758EFD (or 0x758EFD) is known color: Cornflower Blue. HEX triplet: 75, 8E and FD. RGB value is (117,142,253). Sum of RGB (Red+Green+Blue) = 117+142+253=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 142 (55.86% from 255 or 27.73% 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 #758EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758EFD is #8A7102. Grayscale: #929292. Windows color (decimal): -9072899 or 16617077. OLE color: 16617077.

HSL color Cylindrical-coordinate representation of color #758EFD: hue angle of 228.97º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #758EFD is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 142 253 -
CMYK 0.54 0.44 0 0.01
HSL 228.97º 0.97% 0.73% -
HSV(B) 228.97º 0.54% 0.99% -
XYZ 34.74 30.22 96.93 -
YUV 147.18 187.72 106.47 -
System Red Green Blue C M Y K H S L
Decimal 117 142 253 0.54 0.44 0 0.01 228.97 0.97 0.73
Hex 75 8E FD 36 2C 0 1 E5 61 49
Octal 165 216 375 66 54 0 1 345 141 111
Binary 1110101 10001110 11111101 110110 101100 0 1 11100101 1100001 1001001

Color Harmonies of #758EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758EFD

Black with #758EFD

Text Example


Text Example

White with #758EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758EFD; }

 p { color: rgb(117,142,253); }

 H1.HeaderClassName
 {
   color: #758EFD;
 }
 .AnyTagClassName
 {
   color: #758EFD;
 }
</style>

background-color css

<style>
 a { background-color: #758EFD; }

 a { background-color: rgb(117,142,253); }

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

border-color css

<style>
 span { border-color: #758EFD; }

 span { border-color: rgb(117,142,253); }

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