Html Css Color HEX #268ACC Curious Blue

📋 copy color: '#268ACC'

red 38 ◦ green 138 ◦ blue 204

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

Shades of Curious Blue #268ACC

Tints of Curious Blue #268ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 10%
G = 36.32%
B = 53.68%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#268ACC (or 0x268ACC) is known color: Curious Blue. HEX triplet: 26, 8A and CC. RGB value is (38,138,204). Sum of RGB (Red+Green+Blue) = 38+138+204=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #268ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ACC is #D97533. Grayscale: #737373. Windows color (decimal): -14251316 or 13404710. OLE color: 13404710.

HSL color Cylindrical-coordinate representation of color #268ACC: hue angle of 203.86º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268ACC is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 138 204 -
CMYK 0.81 0.32 0 0.2
HSL 203.86º 0.69% 0.47% -
HSV(B) 203.86º 0.81% 0.8% -
XYZ 20.79 22.95 60.46 -
YUV 115.62 177.87 72.63 -
System Red Green Blue C M Y K H S L
Decimal 38 138 204 0.81 0.32 0 0.2 203.86 0.69 0.47
Hex 26 8A CC 51 20 0 14 CC 45 2F
Octal 46 212 314 121 40 0 24 314 105 57
Binary 100110 10001010 11001100 1010001 100000 0 10100 11001100 1000101 101111

Color Harmonies of #268ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268ACC

Black with #268ACC

Text Example


Text Example

White with #268ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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