Html Css Color HEX #468DBE Curious Blue

📋 copy color: '#468DBE'

red 70 ◦ green 141 ◦ blue 190

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

Shades of Curious Blue #468DBE

Tints of Curious Blue #468DBE

RGB

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

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

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

R = 17.46%
G = 35.16%
B = 47.38%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#468DBE (or 0x468DBE) is known color: Curious Blue. HEX triplet: 46, 8D and BE. RGB value is (70,141,190). Sum of RGB (Red+Green+Blue) = 70+141+190=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #468DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DBE is #B97241. Grayscale: #7D7D7D. Windows color (decimal): -12153410 or 12488006. OLE color: 12488006.

HSL color Cylindrical-coordinate representation of color #468DBE: hue angle of 204.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 #468DBE is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 141 190 -
CMYK 0.63 0.26 0 0.25
HSL 204.5º 0.48% 0.51% -
HSV(B) 204.5º 0.63% 0.75% -
XYZ 21.34 24.07 52.24 -
YUV 125.36 164.48 88.52 -
System Red Green Blue C M Y K H S L
Decimal 70 141 190 0.63 0.26 0 0.25 204.5 0.48 0.51
Hex 46 8D BE 3F 1A 0 19 CC 30 33
Octal 106 215 276 77 32 0 31 314 60 63
Binary 1000110 10001101 10111110 111111 11010 0 11001 11001100 110000 110011

Color Harmonies of #468DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DBE

Black with #468DBE

Text Example


Text Example

White with #468DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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