Html Css Color HEX #468BBE Curious Blue

📋 copy color: '#468BBE'

red 70 ◦ green 139 ◦ blue 190

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

Shades of Curious Blue #468BBE

Tints of Curious Blue #468BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.84%

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 17.54%
G = 34.84%
B = 47.62%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#468BBE (or 0x468BBE) is known color: Curious Blue. HEX triplet: 46, 8B and BE. RGB value is (70,139,190). Sum of RGB (Red+Green+Blue) = 70+139+190=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #468BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BBE is #B97441. Grayscale: #7B7B7B. Windows color (decimal): -12153922 or 12487494. OLE color: 12487494.

HSL color Cylindrical-coordinate representation of color #468BBE: hue angle of 205.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #468BBE is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 139 190 -
CMYK 0.63 0.27 0 0.25
HSL 205.5º 0.48% 0.51% -
HSV(B) 205.5º 0.63% 0.75% -
XYZ 21.05 23.49 52.14 -
YUV 124.18 165.14 89.35 -
System Red Green Blue C M Y K H S L
Decimal 70 139 190 0.63 0.27 0 0.25 205.5 0.48 0.51
Hex 46 8B BE 3F 1B 0 19 CE 30 33
Octal 106 213 276 77 33 0 31 316 60 63
Binary 1000110 10001011 10111110 111111 11011 0 11001 11001110 110000 110011

Color Harmonies of #468BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BBE

Black with #468BBE

Text Example


Text Example

White with #468BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,139,190); }

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

background-color css

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

 a { background-color: rgb(70,139,190); }

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

border-color css

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

 span { border-color: rgb(70,139,190); }

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