Html Css Color HEX #759CFA Cornflower Blue

📋 copy color: '#759CFA'

red 117 ◦ green 156 ◦ blue 250

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

Shades of Cornflower Blue #759CFA

Tints of Cornflower Blue #759CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 22.37%
G = 29.83%
B = 47.8%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#759CFA (or 0x759CFA) is known color: Cornflower Blue. HEX triplet: 75, 9C and FA. RGB value is (117,156,250). Sum of RGB (Red+Green+Blue) = 117+156+250=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #759CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759CFA is #8A6305. Grayscale: #9A9A9A. Windows color (decimal): -9069318 or 16424053. OLE color: 16424053.

HSL color Cylindrical-coordinate representation of color #759CFA: hue angle of 222.41º degrees, saturation: 0.93, 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 #759CFA is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 156 250 -
CMYK 0.53 0.38 0 0.02
HSL 222.41º 0.93% 0.72% -
HSV(B) 222.41º 0.53% 0.98% -
XYZ 36.48 34.46 95.17 -
YUV 155.06 181.58 100.86 -
System Red Green Blue C M Y K H S L
Decimal 117 156 250 0.53 0.38 0 0.02 222.41 0.93 0.72
Hex 75 9C FA 35 26 0 2 DE 5D 48
Octal 165 234 372 65 46 0 2 336 135 110
Binary 1110101 10011100 11111010 110101 100110 0 10 11011110 1011101 1001000

Color Harmonies of #759CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CFA

Black with #759CFA

Text Example


Text Example

White with #759CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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