Html Css Color HEX #7298DA Jordy Blue

📋 copy color: '#7298DA'

red 114 ◦ green 152 ◦ blue 218

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

Shades of Jordy Blue #7298DA

Tints of Jordy Blue #7298DA

RGB

 RED value IS 114 (44.92% from 255) = 23.55%

 GREEN value IS 152 (59.77% from 255) = 31.4%

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 23.55%
G = 31.4%
B = 45.04%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7298DA (or 0x7298DA) is known color: Jordy Blue. HEX triplet: 72, 98 and DA. RGB value is (114,152,218). Sum of RGB (Red+Green+Blue) = 114+152+218=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #7298DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7298DA is #8D6725. Grayscale: #939393. Windows color (decimal): -9266982 or 14325874. OLE color: 14325874.

HSL color Cylindrical-coordinate representation of color #7298DA: hue angle of 218.08º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7298DA is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 152 218 -
CMYK 0.48 0.30 0 0.15
HSL 218.08º 0.58% 0.65% -
HSV(B) 218.08º 0.48% 0.85% -
XYZ 30.82 31.1 70.71 -
YUV 148.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 114 152 218 0.48 0.30 0 0.15 218.08 0.58 0.65
Hex 72 98 DA 30 1E 0 F DA 3A 41
Octal 162 230 332 60 36 0 17 332 72 101
Binary 1110010 10011000 11011010 110000 11110 0 1111 11011010 111010 1000001

Color Harmonies of #7298DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7298DA

Black with #7298DA

Text Example


Text Example

White with #7298DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7298DA; }

 p { color: rgb(114,152,218); }

 H1.HeaderClassName
 {
   color: #7298DA;
 }
 .AnyTagClassName
 {
   color: #7298DA;
 }
</style>

background-color css

<style>
 a { background-color: #7298DA; }

 a { background-color: rgb(114,152,218); }

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

border-color css

<style>
 span { border-color: #7298DA; }

 span { border-color: rgb(114,152,218); }

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