Html Css Color HEX #74A3DF Jordy Blue

📋 copy color: '#74A3DF'

red 116 ◦ green 163 ◦ blue 223

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

Shades of Jordy Blue #74A3DF

Tints of Jordy Blue #74A3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 23.11%
G = 32.47%
B = 44.42%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74A3DF (or 0x74A3DF) is known color: Jordy Blue. HEX triplet: 74, A3 and DF. RGB value is (116,163,223). Sum of RGB (Red+Green+Blue) = 116+163+223=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #74A3DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A3DF is #8B5C20. Grayscale: #9B9B9B. Windows color (decimal): -9133089 or 14656372. OLE color: 14656372.

HSL color Cylindrical-coordinate representation of color #74A3DF: hue angle of 213.64º degrees, saturation: 0.63, 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 #74A3DF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 163 223 -
CMYK 0.48 0.27 0 0.13
HSL 213.64º 0.63% 0.66% -
HSV(B) 213.64º 0.48% 0.87% -
XYZ 33.62 35.24 74.84 -
YUV 155.79 165.93 99.62 -
System Red Green Blue C M Y K H S L
Decimal 116 163 223 0.48 0.27 0 0.13 213.64 0.63 0.66
Hex 74 A3 DF 30 1B 0 D D6 3F 42
Octal 164 243 337 60 33 0 15 326 77 102
Binary 1110100 10100011 11011111 110000 11011 0 1101 11010110 111111 1000010

Color Harmonies of #74A3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A3DF

Black with #74A3DF

Text Example


Text Example

White with #74A3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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