Html Css Color HEX #468FCD Curious Blue

📋 copy color: '#468FCD'

red 70 ◦ green 143 ◦ blue 205

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

Shades of Curious Blue #468FCD

Tints of Curious Blue #468FCD

RGB

 RED value IS 70 (27.73% from 255) = 16.75%

 GREEN value IS 143 (56.25% from 255) = 34.21%

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 16.75%
G = 34.21%
B = 49.04%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#468FCD (or 0x468FCD) is known color: Curious Blue. HEX triplet: 46, 8F and CD. RGB value is (70,143,205). Sum of RGB (Red+Green+Blue) = 70+143+205=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #468FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FCD is #B97032. Grayscale: #7F7F7F. Windows color (decimal): -12152883 or 13471558. OLE color: 13471558.

HSL color Cylindrical-coordinate representation of color #468FCD: hue angle of 207.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #468FCD is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 143 205 -
CMYK 0.66 0.30 0 0.20
HSL 207.56º 0.57% 0.54% -
HSV(B) 207.56º 0.66% 0.8% -
XYZ 23.37 25.35 61.42 -
YUV 128.24 171.32 86.46 -
System Red Green Blue C M Y K H S L
Decimal 70 143 205 0.66 0.30 0 0.20 207.56 0.57 0.54
Hex 46 8F CD 42 1E 0 14 D0 39 36
Octal 106 217 315 102 36 0 24 320 71 66
Binary 1000110 10001111 11001101 1000010 11110 0 10100 11010000 111001 110110

Color Harmonies of #468FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468FCD

Black with #468FCD

Text Example


Text Example

White with #468FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468FCD; }

 p { color: rgb(70,143,205); }

 H1.HeaderClassName
 {
   color: #468FCD;
 }
 .AnyTagClassName
 {
   color: #468FCD;
 }
</style>

background-color css

<style>
 a { background-color: #468FCD; }

 a { background-color: rgb(70,143,205); }

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

border-color css

<style>
 span { border-color: #468FCD; }

 span { border-color: rgb(70,143,205); }

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