Html Css Color HEX #749DDE Jordy Blue

📋 copy color: '#749DDE'

red 116 ◦ green 157 ◦ blue 222

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

Shades of Jordy Blue #749DDE

Tints of Jordy Blue #749DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.72%

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 23.43%
G = 31.72%
B = 44.85%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#749DDE (or 0x749DDE) is known color: Jordy Blue. HEX triplet: 74, 9D and DE. RGB value is (116,157,222). Sum of RGB (Red+Green+Blue) = 116+157+222=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #749DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DDE is #8B6221. Grayscale: #979797. Windows color (decimal): -9134626 or 14589300. OLE color: 14589300.

HSL color Cylindrical-coordinate representation of color #749DDE: hue angle of 216.79º degrees, saturation: 0.62, 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 #749DDE is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 157 222 -
CMYK 0.48 0.29 0 0.13
HSL 216.79º 0.62% 0.66% -
HSV(B) 216.79º 0.48% 0.87% -
XYZ 32.44 33.1 73.79 -
YUV 152.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 116 157 222 0.48 0.29 0 0.13 216.79 0.62 0.66
Hex 74 9D DE 30 1D 0 D D9 3E 42
Octal 164 235 336 60 35 0 15 331 76 102
Binary 1110100 10011101 11011110 110000 11101 0 1101 11011001 111110 1000010

Color Harmonies of #749DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DDE

Black with #749DDE

Text Example


Text Example

White with #749DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749DDE; }

 p { color: rgb(116,157,222); }

 H1.HeaderClassName
 {
   color: #749DDE;
 }
 .AnyTagClassName
 {
   color: #749DDE;
 }
</style>

background-color css

<style>
 a { background-color: #749DDE; }

 a { background-color: rgb(116,157,222); }

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

border-color css

<style>
 span { border-color: #749DDE; }

 span { border-color: rgb(116,157,222); }

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