#74B2E3

Color #74B2E3 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #74B2E3

Tints of Jordy Blue #74B2E3

Color information

#74B2E3 (or 0x74B2E3) is unknown color: approx Jordy Blue. HEX triplet: 74, B2 and E3. RGB value is (116,178,227). Sum of RGB (Red+Green+Blue) = 116+178+227=521 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.26% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #74B2E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B2E3 is #8B4D1C. Grayscale: #A4A4A4. Windows color (decimal): -9129245 or 14922356. OLE color: 14922356.

HSL color Cylindrical-coordinate representation of color #74B2E3: hue angle of 206.49º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74B2E3 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB116178227-
CMYK0.490.2200.11
HSL206.49º66.47%67.25%-
HSV(B)206.49º48.9%89.02%-
XYZ36.9941.178.66-
YUV165.05162.9693.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.26%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 227 (89.06% from 255) = 43.57%
R=22.26%
G=34.17%
B=43.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1161782270.490.2200.11206.4966.4767.25
Hex74B2E331160Bce4243
Octal1642623436126013316102103
Binary1110100101100101110001111000110110010111100111010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,178,227); }

 H1.HeaderClassName
 {
   color: #74B2E3;
 }
 .AnyTagClassName
 {
   color: #74B2E3;
 }
</style>
background-color css

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

 a { background-color: rgb(116,178,227); }

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

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

 span { border-color: rgb(116,178,227); }

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