Html Css Color HEX #748CDD Cornflower Blue

📋 copy color: '#748CDD'

red 116 ◦ green 140 ◦ blue 221

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

Shades of Cornflower Blue #748CDD

Tints of Cornflower Blue #748CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 24.32%
G = 29.35%
B = 46.33%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#748CDD (or 0x748CDD) is known color: Cornflower Blue. HEX triplet: 74, 8C and DD. RGB value is (116,140,221). Sum of RGB (Red+Green+Blue) = 116+140+221=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #748CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CDD is #8B7322. Grayscale: #8D8D8D. Windows color (decimal): -9138979 or 14519412. OLE color: 14519412.

HSL color Cylindrical-coordinate representation of color #748CDD: hue angle of 226.29º degrees, saturation: 0.61, 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 #748CDD is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 140 221 -
CMYK 0.48 0.37 0 0.13
HSL 226.29º 0.61% 0.66% -
HSV(B) 226.29º 0.48% 0.87% -
XYZ 29.63 27.69 72.19 -
YUV 142.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 116 140 221 0.48 0.37 0 0.13 226.29 0.61 0.66
Hex 74 8C DD 30 25 0 D E2 3D 42
Octal 164 214 335 60 45 0 15 342 75 102
Binary 1110100 10001100 11011101 110000 100101 0 1101 11100010 111101 1000010

Color Harmonies of #748CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CDD

Black with #748CDD

Text Example


Text Example

White with #748CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,140,221); }

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

background-color css

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

 a { background-color: rgb(116,140,221); }

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

border-color css

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

 span { border-color: rgb(116,140,221); }

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