Html Css Color HEX #749CFC Cornflower Blue

📋 copy color: '#749CFC'

red 116 ◦ green 156 ◦ blue 252

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

Shades of Cornflower Blue #749CFC

Tints of Cornflower Blue #749CFC

RGB

 RED value IS 116 (45.7% from 255) = 22.14%

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

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

R = 22.14%
G = 29.77%
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

#749CFC (or 0x749CFC) is known color: Cornflower Blue. HEX triplet: 74, 9C and FC. RGB value is (116,156,252). Sum of RGB (Red+Green+Blue) = 116+156+252=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 156 (61.33% from 255 or 29.77% 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 #749CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CFC is #8B6303. Grayscale: #9A9A9A. Windows color (decimal): -9134852 or 16555124. OLE color: 16555124.

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

Color convert

RGB 116 156 252 -
CMYK 0.54 0.38 0 0.01
HSL 222.35º 0.96% 0.72% -
HSV(B) 222.35º 0.54% 0.99% -
XYZ 36.66 34.52 96.83 -
YUV 154.98 182.75 100.19 -
System Red Green Blue C M Y K H S L
Decimal 116 156 252 0.54 0.38 0 0.01 222.35 0.96 0.72
Hex 74 9C FC 36 26 0 1 DE 60 48
Octal 164 234 374 66 46 0 1 336 140 110
Binary 1110100 10011100 11111100 110110 100110 0 1 11011110 1100000 1001000

Color Harmonies of #749CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CFC

Black with #749CFC

Text Example


Text Example

White with #749CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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