Html Css Color HEX #758AFC Cornflower Blue

📋 copy color: '#758AFC'

red 117 ◦ green 138 ◦ blue 252

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

Shades of Cornflower Blue #758AFC

Tints of Cornflower Blue #758AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 23.08%
G = 27.22%
B = 49.7%

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

#758AFC (or 0x758AFC) is known color: Cornflower Blue. HEX triplet: 75, 8A and FC. RGB value is (117,138,252). Sum of RGB (Red+Green+Blue) = 117+138+252=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #758AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758AFC is #8A7503. Grayscale: #909090. Windows color (decimal): -9073924 or 16550517. OLE color: 16550517.

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

Color convert

RGB 117 138 252 -
CMYK 0.54 0.45 0 0.01
HSL 230.67º 0.96% 0.72% -
HSV(B) 230.67º 0.54% 0.99% -
XYZ 34 28.99 95.9 -
YUV 144.72 188.54 108.23 -
System Red Green Blue C M Y K H S L
Decimal 117 138 252 0.54 0.45 0 0.01 230.67 0.96 0.72
Hex 75 8A FC 36 2D 0 1 E7 60 48
Octal 165 212 374 66 55 0 1 347 140 110
Binary 1110101 10001010 11111100 110110 101101 0 1 11100111 1100000 1001000

Color Harmonies of #758AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AFC

Black with #758AFC

Text Example


Text Example

White with #758AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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