Html Css Color HEX #468DBA Curious Blue

📋 copy color: '#468DBA'

red 70 ◦ green 141 ◦ blue 186

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

Shades of Curious Blue #468DBA

Tints of Curious Blue #468DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

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

R = 17.63%
G = 35.52%
B = 46.85%

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

#468DBA (or 0x468DBA) is known color: Curious Blue. HEX triplet: 46, 8D and BA. RGB value is (70,141,186). Sum of RGB (Red+Green+Blue) = 70+141+186=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #468DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DBA is #B97245. Grayscale: #7C7C7C. Windows color (decimal): -12153414 or 12225862. OLE color: 12225862.

HSL color Cylindrical-coordinate representation of color #468DBA: hue angle of 203.28º 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 #468DBA is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 141 186 -
CMYK 0.62 0.24 0 0.27
HSL 203.28º 0.46% 0.5% -
HSV(B) 203.28º 0.62% 0.73% -
XYZ 20.91 23.9 49.96 -
YUV 124.9 162.48 88.84 -
System Red Green Blue C M Y K H S L
Decimal 70 141 186 0.62 0.24 0 0.27 203.28 0.46 0.5
Hex 46 8D BA 3E 18 0 1B CB 2E 32
Octal 106 215 272 76 30 0 33 313 56 62
Binary 1000110 10001101 10111010 111110 11000 0 11011 11001011 101110 110010

Color Harmonies of #468DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DBA

Black with #468DBA

Text Example


Text Example

White with #468DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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