Html Css Color HEX #748ADE Cornflower Blue

📋 copy color: '#748ADE'

red 116 ◦ green 138 ◦ blue 222

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

Shades of Cornflower Blue #748ADE

Tints of Cornflower Blue #748ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.99%

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 24.37%
G = 28.99%
B = 46.64%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#748ADE (or 0x748ADE) is known color: Cornflower Blue. HEX triplet: 74, 8A and DE. RGB value is (116,138,222). Sum of RGB (Red+Green+Blue) = 116+138+222=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #748ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ADE is #8B7521. Grayscale: #8C8C8C. Windows color (decimal): -9139490 or 14584436. OLE color: 14584436.

HSL color Cylindrical-coordinate representation of color #748ADE: hue angle of 227.55º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #748ADE is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 138 222 -
CMYK 0.48 0.38 0 0.13
HSL 227.55º 0.62% 0.66% -
HSV(B) 227.55º 0.48% 0.87% -
XYZ 29.48 27.16 72.8 -
YUV 141 173.71 110.17 -
System Red Green Blue C M Y K H S L
Decimal 116 138 222 0.48 0.38 0 0.13 227.55 0.62 0.66
Hex 74 8A DE 30 26 0 D E4 3E 42
Octal 164 212 336 60 46 0 15 344 76 102
Binary 1110100 10001010 11011110 110000 100110 0 1101 11100100 111110 1000010

Color Harmonies of #748ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748ADE

Black with #748ADE

Text Example


Text Example

White with #748ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748ADE; }

 p { color: rgb(116,138,222); }

 H1.HeaderClassName
 {
   color: #748ADE;
 }
 .AnyTagClassName
 {
   color: #748ADE;
 }
</style>

background-color css

<style>
 a { background-color: #748ADE; }

 a { background-color: rgb(116,138,222); }

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

border-color css

<style>
 span { border-color: #748ADE; }

 span { border-color: rgb(116,138,222); }

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