Html Css Color HEX #74A6FB Cornflower Blue

📋 copy color: '#74A6FB'

red 116 ◦ green 166 ◦ blue 251

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

Shades of Cornflower Blue #74A6FB

Tints of Cornflower Blue #74A6FB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.14%

 BLUE value IS 251 (98.44% from 255) = 47.09%

R = 21.76%
G = 31.14%
B = 47.09%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#74A6FB (or 0x74A6FB) is known color: Cornflower Blue. HEX triplet: 74, A6 and FB. RGB value is (116,166,251). Sum of RGB (Red+Green+Blue) = 116+166+251=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #74A6FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A6FB is #8B5904. Grayscale: #A0A0A0. Windows color (decimal): -9132293 or 16492148. OLE color: 16492148.

HSL color Cylindrical-coordinate representation of color #74A6FB: hue angle of 217.78º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74A6FB is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 166 251 -
CMYK 0.54 0.34 0 0.02
HSL 217.78º 0.94% 0.72% -
HSV(B) 217.78º 0.54% 0.98% -
XYZ 38.25 37.95 96.58 -
YUV 160.74 178.94 96.09 -
System Red Green Blue C M Y K H S L
Decimal 116 166 251 0.54 0.34 0 0.02 217.78 0.94 0.72
Hex 74 A6 FB 36 22 0 2 DA 5E 48
Octal 164 246 373 66 42 0 2 332 136 110
Binary 1110100 10100110 11111011 110110 100010 0 10 11011010 1011110 1001000

Color Harmonies of #74A6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A6FB

Black with #74A6FB

Text Example


Text Example

White with #74A6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A6FB; }

 p { color: rgb(116,166,251); }

 H1.HeaderClassName
 {
   color: #74A6FB;
 }
 .AnyTagClassName
 {
   color: #74A6FB;
 }
</style>

background-color css

<style>
 a { background-color: #74A6FB; }

 a { background-color: rgb(116,166,251); }

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

border-color css

<style>
 span { border-color: #74A6FB; }

 span { border-color: rgb(116,166,251); }

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