Html Css Color HEX #74A7FF Cornflower Blue

📋 copy color: '#74A7FF'

red 116 ◦ green 167 ◦ blue 255

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

Shades of Cornflower Blue #74A7FF

Tints of Cornflower Blue #74A7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.04%

 BLUE value IS 255 (100% from 255) = 47.4%

R = 21.56%
G = 31.04%
B = 47.4%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#74A7FF (or 0x74A7FF) is known color: Cornflower Blue. HEX triplet: 74, A7 and FF. RGB value is (116,167,255). Sum of RGB (Red+Green+Blue) = 116+167+255=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #74A7FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A7FF is #8B5800. Grayscale: #A1A1A1. Windows color (decimal): -9132033 or 16754548. OLE color: 16754548.

HSL color Cylindrical-coordinate representation of color #74A7FF: hue angle of 217.99º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74A7FF is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 167 255 -
CMYK 0.55 0.35 0 0
HSL 217.99º 1% 0.73% -
HSV(B) 217.99º 0.55% 1% -
XYZ 39.07 38.57 99.99 -
YUV 161.78 180.6 95.34 -
System Red Green Blue C M Y K H S L
Decimal 116 167 255 0.55 0.35 0 0 217.99 1 0.73
Hex 74 A7 FF 37 23 0 0 DA 64 49
Octal 164 247 377 67 43 0 0 332 144 111
Binary 1110100 10100111 11111111 110111 100011 0 0 11011010 1100100 1001001

Color Harmonies of #74A7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A7FF

Black with #74A7FF

Text Example


Text Example

White with #74A7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,167,255); }

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

background-color css

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

 a { background-color: rgb(116,167,255); }

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

border-color css

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

 span { border-color: rgb(116,167,255); }

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