Html Css Color HEX #468EBA Curious Blue

📋 copy color: '#468EBA'

red 70 ◦ green 142 ◦ blue 186

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

Shades of Curious Blue #468EBA

Tints of Curious Blue #468EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.68%

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 17.59%
G = 35.68%
B = 46.73%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#468EBA (or 0x468EBA) is known color: Curious Blue. HEX triplet: 46, 8E and BA. RGB value is (70,142,186). Sum of RGB (Red+Green+Blue) = 70+142+186=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #468EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468EBA is #B97145. Grayscale: #7D7D7D. Windows color (decimal): -12153158 or 12226118. OLE color: 12226118.

HSL color Cylindrical-coordinate representation of color #468EBA: hue angle of 202.76º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #468EBA is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 142 186 -
CMYK 0.62 0.24 0 0.27
HSL 202.76º 0.46% 0.5% -
HSV(B) 202.76º 0.62% 0.73% -
XYZ 21.06 24.19 50.01 -
YUV 125.49 162.15 88.42 -
System Red Green Blue C M Y K H S L
Decimal 70 142 186 0.62 0.24 0 0.27 202.76 0.46 0.5
Hex 46 8E BA 3E 18 0 1B CB 2E 32
Octal 106 216 272 76 30 0 33 313 56 62
Binary 1000110 10001110 10111010 111110 11000 0 11011 11001011 101110 110010

Color Harmonies of #468EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468EBA

Black with #468EBA

Text Example


Text Example

White with #468EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,142,186); }

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

background-color css

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

 a { background-color: rgb(70,142,186); }

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

border-color css

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

 span { border-color: rgb(70,142,186); }

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