Html Css Color HEX #268ACE Curious Blue

📋 copy color: '#268ACE'

red 38 ◦ green 138 ◦ blue 206

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

Shades of Curious Blue #268ACE

Tints of Curious Blue #268ACE

RGB

 RED value IS 38 (15.23% from 255) = 9.95%

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

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 9.95%
G = 36.13%
B = 53.93%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#268ACE (or 0x268ACE) is known color: Curious Blue. HEX triplet: 26, 8A and CE. RGB value is (38,138,206). Sum of RGB (Red+Green+Blue) = 38+138+206=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #268ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ACE is #D97531. Grayscale: #737373. Windows color (decimal): -14251314 or 13535782. OLE color: 13535782.

HSL color Cylindrical-coordinate representation of color #268ACE: hue angle of 204.29º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #268ACE is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 138 206 -
CMYK 0.82 0.33 0 0.19
HSL 204.29º 0.69% 0.48% -
HSV(B) 204.29º 0.82% 0.81% -
XYZ 21.03 23.05 61.73 -
YUV 115.85 178.87 72.47 -
System Red Green Blue C M Y K H S L
Decimal 38 138 206 0.82 0.33 0 0.19 204.29 0.69 0.48
Hex 26 8A CE 52 21 0 13 CC 45 30
Octal 46 212 316 122 41 0 23 314 105 60
Binary 100110 10001010 11001110 1010010 100001 0 10011 11001100 1000101 110000

Color Harmonies of #268ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268ACE

Black with #268ACE

Text Example


Text Example

White with #268ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268ACE; }

 p { color: rgb(38,138,206); }

 H1.HeaderClassName
 {
   color: #268ACE;
 }
 .AnyTagClassName
 {
   color: #268ACE;
 }
</style>

background-color css

<style>
 a { background-color: #268ACE; }

 a { background-color: rgb(38,138,206); }

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

border-color css

<style>
 span { border-color: #268ACE; }

 span { border-color: rgb(38,138,206); }

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