Html Css Color HEX #758AFD Cornflower Blue

📋 copy color: '#758AFD'

red 117 ◦ green 138 ◦ blue 253

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

Shades of Cornflower Blue #758AFD

Tints of Cornflower Blue #758AFD

RGB

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

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

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

R = 23.03%
G = 27.17%
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

#758AFD (or 0x758AFD) is known color: Cornflower Blue. HEX triplet: 75, 8A and FD. RGB value is (117,138,253). Sum of RGB (Red+Green+Blue) = 117+138+253=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 138 (54.30% from 255 or 27.17% 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 #758AFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758AFD is #8A7502. Grayscale: #909090. Windows color (decimal): -9073923 or 16616053. OLE color: 16616053.

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

Color convert

RGB 117 138 253 -
CMYK 0.54 0.45 0 0.01
HSL 230.74º 0.97% 0.73% -
HSV(B) 230.74º 0.54% 0.99% -
XYZ 34.15 29.05 96.74 -
YUV 144.83 189.04 108.15 -
System Red Green Blue C M Y K H S L
Decimal 117 138 253 0.54 0.45 0 0.01 230.74 0.97 0.73
Hex 75 8A FD 36 2D 0 1 E7 61 49
Octal 165 212 375 66 55 0 1 347 141 111
Binary 1110101 10001010 11111101 110110 101101 0 1 11100111 1100001 1001001

Color Harmonies of #758AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AFD

Black with #758AFD

Text Example


Text Example

White with #758AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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