Html Css Color HEX #74A3CF Jordy Blue

📋 copy color: '#74A3CF'

red 116 ◦ green 163 ◦ blue 207

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

Shades of Jordy Blue #74A3CF

Tints of Jordy Blue #74A3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.54%

 BLUE value IS 207 (81.25% from 255) = 42.59%

R = 23.87%
G = 33.54%
B = 42.59%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#74A3CF (or 0x74A3CF) is known color: Jordy Blue. HEX triplet: 74, A3 and CF. RGB value is (116,163,207). Sum of RGB (Red+Green+Blue) = 116+163+207=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #74A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A3CF is #8B5C30. Grayscale: #999999. Windows color (decimal): -9133105 or 13607796. OLE color: 13607796.

HSL color Cylindrical-coordinate representation of color #74A3CF: hue angle of 209.01º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74A3CF is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 163 207 -
CMYK 0.44 0.21 0 0.19
HSL 209.01º 0.49% 0.63% -
HSV(B) 209.01º 0.44% 0.81% -
XYZ 31.56 34.41 64.01 -
YUV 153.96 157.93 100.92 -
System Red Green Blue C M Y K H S L
Decimal 116 163 207 0.44 0.21 0 0.19 209.01 0.49 0.63
Hex 74 A3 CF 2C 15 0 13 D1 31 3F
Octal 164 243 317 54 25 0 23 321 61 77
Binary 1110100 10100011 11001111 101100 10101 0 10011 11010001 110001 111111

Color Harmonies of #74A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A3CF

Black with #74A3CF

Text Example


Text Example

White with #74A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,163,207); }

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

background-color css

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

 a { background-color: rgb(116,163,207); }

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

border-color css

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

 span { border-color: rgb(116,163,207); }

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