Html Css Color HEX #758AFB Cornflower Blue

📋 copy color: '#758AFB'

red 117 ◦ green 138 ◦ blue 251

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

Shades of Cornflower Blue #758AFB

Tints of Cornflower Blue #758AFB

RGB

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

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

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

R = 23.12%
G = 27.27%
B = 49.6%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#758AFB (or 0x758AFB) is known color: Cornflower Blue. HEX triplet: 75, 8A and FB. RGB value is (117,138,251). Sum of RGB (Red+Green+Blue) = 117+138+251=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #758AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758AFB is #8A7504. Grayscale: #909090. Windows color (decimal): -9073925 or 16484981. OLE color: 16484981.

HSL color Cylindrical-coordinate representation of color #758AFB: hue angle of 230.6º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #758AFB is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 138 251 -
CMYK 0.53 0.45 0 0.02
HSL 230.6º 0.94% 0.72% -
HSV(B) 230.6º 0.53% 0.98% -
XYZ 33.84 28.92 95.07 -
YUV 144.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 117 138 251 0.53 0.45 0 0.02 230.6 0.94 0.72
Hex 75 8A FB 35 2D 0 2 E7 5E 48
Octal 165 212 373 65 55 0 2 347 136 110
Binary 1110101 10001010 11111011 110101 101101 0 10 11100111 1011110 1001000

Color Harmonies of #758AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AFB

Black with #758AFB

Text Example


Text Example

White with #758AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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