Html Css Color HEX #74A8EB Jordy Blue

📋 copy color: '#74A8EB'

red 116 ◦ green 168 ◦ blue 235

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

Shades of Jordy Blue #74A8EB

Tints of Jordy Blue #74A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.37%

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 22.35%
G = 32.37%
B = 45.28%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74A8EB (or 0x74A8EB) is known color: Jordy Blue. HEX triplet: 74, A8 and EB. RGB value is (116,168,235). Sum of RGB (Red+Green+Blue) = 116+168+235=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #74A8EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A8EB is #8B5714. Grayscale: #9F9F9F. Windows color (decimal): -9131797 or 15444084. OLE color: 15444084.

HSL color Cylindrical-coordinate representation of color #74A8EB: hue angle of 213.78º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74A8EB is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 168 235 -
CMYK 0.51 0.29 0 0.08
HSL 213.78º 0.75% 0.69% -
HSV(B) 213.78º 0.51% 0.92% -
XYZ 36.2 37.72 83.97 -
YUV 160.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 116 168 235 0.51 0.29 0 0.08 213.78 0.75 0.69
Hex 74 A8 EB 33 1D 0 8 D6 4B 45
Octal 164 250 353 63 35 0 10 326 113 105
Binary 1110100 10101000 11101011 110011 11101 0 1000 11010110 1001011 1000101

Color Harmonies of #74A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A8EB

Black with #74A8EB

Text Example


Text Example

White with #74A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,168,235); }

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

background-color css

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

 a { background-color: rgb(116,168,235); }

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

border-color css

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

 span { border-color: rgb(116,168,235); }

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