Html Css Color HEX #438CD0 Curious Blue

📋 copy color: '#438CD0'

red 67 ◦ green 140 ◦ blue 208

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

Shades of Curious Blue #438CD0

Tints of Curious Blue #438CD0

RGB

 RED value IS 67 (26.56% from 255) = 16.14%

 GREEN value IS 140 (55.08% from 255) = 33.73%

 BLUE value IS 208 (81.64% from 255) = 50.12%

R = 16.14%
G = 33.73%
B = 50.12%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#438CD0 (or 0x438CD0) is known color: Curious Blue. HEX triplet: 43, 8C and D0. RGB value is (67,140,208). Sum of RGB (Red+Green+Blue) = 67+140+208=415 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.14% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #438CD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CD0 is #BC732F. Grayscale: #7D7D7D. Windows color (decimal): -12350256 or 13667395. OLE color: 13667395.

HSL color Cylindrical-coordinate representation of color #438CD0: hue angle of 208.94º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #438CD0 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 67 140 208 -
CMYK 0.68 0.33 0 0.18
HSL 208.94º 0.6% 0.54% -
HSV(B) 208.94º 0.68% 0.82% -
XYZ 23.08 24.5 63.19 -
YUV 125.93 174.32 85.97 -
System Red Green Blue C M Y K H S L
Decimal 67 140 208 0.68 0.33 0 0.18 208.94 0.6 0.54
Hex 43 8C D0 44 21 0 12 D1 3C 36
Octal 103 214 320 104 41 0 22 321 74 66
Binary 1000011 10001100 11010000 1000100 100001 0 10010 11010001 111100 110110

Color Harmonies of #438CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438CD0

Black with #438CD0

Text Example


Text Example

White with #438CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438CD0; }

 p { color: rgb(67,140,208); }

 H1.HeaderClassName
 {
   color: #438CD0;
 }
 .AnyTagClassName
 {
   color: #438CD0;
 }
</style>

background-color css

<style>
 a { background-color: #438CD0; }

 a { background-color: rgb(67,140,208); }

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

border-color css

<style>
 span { border-color: #438CD0; }

 span { border-color: rgb(67,140,208); }

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