Html Css Color HEX #438CC8 Curious Blue

📋 copy color: '#438CC8'

red 67 ◦ green 140 ◦ blue 200

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

Shades of Curious Blue #438CC8

Tints of Curious Blue #438CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.14%

R = 16.46%
G = 34.4%
B = 49.14%

CMYK

 C value IS 0.66

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#438CC8 (or 0x438CC8) is known color: Curious Blue. HEX triplet: 43, 8C and C8. RGB value is (67,140,200). Sum of RGB (Red+Green+Blue) = 67+140+200=407 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.46% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #438CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CC8 is #BC7337. Grayscale: #7C7C7C. Windows color (decimal): -12350264 or 13143107. OLE color: 13143107.

HSL color Cylindrical-coordinate representation of color #438CC8: hue angle of 207.07º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #438CC8 is Cyan = 0.66, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 67 140 200 -
CMYK 0.66 0.3 0 0.22
HSL 207.07º 0.55% 0.52% -
HSV(B) 207.07º 0.67% 0.78% -
XYZ 22.12 24.12 58.13 -
YUV 125.01 170.32 86.62 -
System Red Green Blue C M Y K H S L
Decimal 67 140 200 0.66 0.3 0 0.22 207.07 0.55 0.52
Hex 43 8C C8 42 1E 0 16 CF 37 34
Octal 103 214 310 102 36 0 26 317 67 64
Binary 1000011 10001100 11001000 1000010 11110 0 10110 11001111 110111 110100

Color Harmonies of #438CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438CC8

Black with #438CC8

Text Example


Text Example

White with #438CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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