Html Css Color HEX #759BED Cornflower Blue

📋 copy color: '#759BED'

red 117 ◦ green 155 ◦ blue 237

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

Shades of Cornflower Blue #759BED

Tints of Cornflower Blue #759BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 22.99%
G = 30.45%
B = 46.56%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#759BED (or 0x759BED) is known color: Cornflower Blue. HEX triplet: 75, 9B and ED. RGB value is (117,155,237). Sum of RGB (Red+Green+Blue) = 117+155+237=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #759BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759BED is #8A6412. Grayscale: #989898. Windows color (decimal): -9069587 or 15571829. OLE color: 15571829.

HSL color Cylindrical-coordinate representation of color #759BED: hue angle of 221º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #759BED is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 155 237 -
CMYK 0.51 0.35 0 0.07
HSL 221º 0.77% 0.69% -
HSV(B) 221º 0.51% 0.93% -
XYZ 34.34 33.34 84.75 -
YUV 152.99 175.41 102.33 -
System Red Green Blue C M Y K H S L
Decimal 117 155 237 0.51 0.35 0 0.07 221 0.77 0.69
Hex 75 9B ED 33 23 0 7 DD 4D 45
Octal 165 233 355 63 43 0 7 335 115 105
Binary 1110101 10011011 11101101 110011 100011 0 111 11011101 1001101 1000101

Color Harmonies of #759BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BED

Black with #759BED

Text Example


Text Example

White with #759BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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