Html Css Color HEX #759BFC Cornflower Blue

📋 copy color: '#759BFC'

red 117 ◦ green 155 ◦ blue 252

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

Shades of Cornflower Blue #759BFC

Tints of Cornflower Blue #759BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.58%

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

R = 22.33%
G = 29.58%
B = 48.09%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#759BFC (or 0x759BFC) is known color: Cornflower Blue. HEX triplet: 75, 9B and FC. RGB value is (117,155,252). Sum of RGB (Red+Green+Blue) = 117+155+252=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #759BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759BFC is #8A6403. Grayscale: #9A9A9A. Windows color (decimal): -9069572 or 16554869. OLE color: 16554869.

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

Color convert

RGB 117 155 252 -
CMYK 0.54 0.38 0 0.01
HSL 223.11º 0.96% 0.72% -
HSV(B) 223.11º 0.54% 0.99% -
XYZ 36.63 34.25 96.78 -
YUV 154.7 182.91 101.11 -
System Red Green Blue C M Y K H S L
Decimal 117 155 252 0.54 0.38 0 0.01 223.11 0.96 0.72
Hex 75 9B FC 36 26 0 1 DF 60 48
Octal 165 233 374 66 46 0 1 337 140 110
Binary 1110101 10011011 11111100 110110 100110 0 1 11011111 1100000 1001000

Color Harmonies of #759BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BFC

Black with #759BFC

Text Example


Text Example

White with #759BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759BFC; }

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

 H1.HeaderClassName
 {
   color: #759BFC;
 }
 .AnyTagClassName
 {
   color: #759BFC;
 }
</style>

background-color css

<style>
 a { background-color: #759BFC; }

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

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

border-color css

<style>
 span { border-color: #759BFC; }

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

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