Html Css Color HEX #759CFC Cornflower Blue

📋 copy color: '#759CFC'

red 117 ◦ green 156 ◦ blue 252

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

Shades of Cornflower Blue #759CFC

Tints of Cornflower Blue #759CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.71%

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

R = 22.29%
G = 29.71%
B = 48%

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

#759CFC (or 0x759CFC) is known color: Cornflower Blue. HEX triplet: 75, 9C and FC. RGB value is (117,156,252). Sum of RGB (Red+Green+Blue) = 117+156+252=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #759CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759CFC is #8A6303. Grayscale: #9A9A9A. Windows color (decimal): -9069316 or 16555125. OLE color: 16555125.

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

Color convert

RGB 117 156 252 -
CMYK 0.54 0.38 0 0.01
HSL 222.67º 0.96% 0.72% -
HSV(B) 222.67º 0.54% 0.99% -
XYZ 36.8 34.59 96.83 -
YUV 155.28 182.58 100.69 -
System Red Green Blue C M Y K H S L
Decimal 117 156 252 0.54 0.38 0 0.01 222.67 0.96 0.72
Hex 75 9C FC 36 26 0 1 DF 60 48
Octal 165 234 374 66 46 0 1 337 140 110
Binary 1110101 10011100 11111100 110110 100110 0 1 11011111 1100000 1001000

Color Harmonies of #759CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CFC

Black with #759CFC

Text Example


Text Example

White with #759CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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