Html Css Color HEX #438ACF Curious Blue

📋 copy color: '#438ACF'

red 67 ◦ green 138 ◦ blue 207

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

Shades of Curious Blue #438ACF

Tints of Curious Blue #438ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.5%

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 16.26%
G = 33.5%
B = 50.24%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#438ACF (or 0x438ACF) is known color: Curious Blue. HEX triplet: 43, 8A and CF. RGB value is (67,138,207). Sum of RGB (Red+Green+Blue) = 67+138+207=412 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.26% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #438ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438ACF is #BC7530. Grayscale: #7C7C7C. Windows color (decimal): -12350769 or 13601347. OLE color: 13601347.

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

Color convert

RGB 67 138 207 -
CMYK 0.68 0.33 0 0.19
HSL 209.57º 0.59% 0.54% -
HSV(B) 209.57º 0.68% 0.81% -
XYZ 22.67 23.88 62.45 -
YUV 124.64 174.48 86.89 -
System Red Green Blue C M Y K H S L
Decimal 67 138 207 0.68 0.33 0 0.19 209.57 0.59 0.54
Hex 43 8A CF 44 21 0 13 D2 3B 36
Octal 103 212 317 104 41 0 23 322 73 66
Binary 1000011 10001010 11001111 1000100 100001 0 10011 11010010 111011 110110

Color Harmonies of #438ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438ACF

Black with #438ACF

Text Example


Text Example

White with #438ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,138,207); }

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

background-color css

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

 a { background-color: rgb(67,138,207); }

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

border-color css

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

 span { border-color: rgb(67,138,207); }

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